View Source Telegex.Type.ChatJoinRequest (Telegex v1.8.0)

Represents a join request sent to a chat.

Summary

Types

@type t() :: %Telegex.Type.ChatJoinRequest{
  bio: String.t() | nil,
  chat: Telegex.Type.Chat.t(),
  date: integer(),
  from: Telegex.Type.User.t(),
  invite_link: Telegex.Type.ChatInviteLink.t() | nil,
  user_chat_id: integer()
}