View Source ExGram.Model.ChatJoinRequest (ex_gram v0.53.0)
Represents a join request sent to a chat.
Check the documentation of this model in https://core.telegram.org/bots/api#chatjoinrequest
Summary
Types
@type 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, user_chat_id: integer() }