ExGram.Model.ChatJoinRequest (ex_gram v0.27.0) View Source
Represents a join request sent to a chat.
Check the documentation of this model in https://core.telegram.org/bots/api#chatjoinrequest
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ChatJoinRequest{ bio: String.t() | nil, chat: ExGram.Model.Chat.t(), date: integer(), from: ExGram.Model.User.t(), invite_link: ExGram.Model.ChatInviteLink.t() | nil }