ex_gram v0.6.0 ExGram.Model.Chat View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %ExGram.Model.Chat{ all_members_are_administrators: boolean(), can_set_sticker_set: boolean(), description: String.t(), first_name: String.t(), id: integer(), invite_link: String.t(), last_name: String.t(), photo: ExGram.Model.ChatPhoto.t(), pinned_message: ExGram.Model.Message.t(), sticker_set_name: String.t(), title: String.t(), type: String.t(), username: String.t() }