ChatJoinRequest

data class ChatJoinRequest(    val chat: PublicChat,     val from: User,     val date: TelegramDate,     val inviteLink: ChatInviteLink? = null,     val bio: String? = null) : FromUser

Represent a ChatJoinRequest

Constructors

Link copied to clipboard
fun ChatJoinRequest(    chat: PublicChat,     from: User,     date: TelegramDate,     inviteLink: ChatInviteLink? = null,     bio: String? = null)

Properties

Link copied to clipboard
val bio: String? = null
Link copied to clipboard
val chat: PublicChat
Link copied to clipboard
val date: TelegramDate
Link copied to clipboard
val dateTime: DateTime
Link copied to clipboard
open override val from: User

The source User of this type

Link copied to clipboard
val inviteLink: ChatInviteLink? = null
Link copied to clipboard
open override val user: User

Extensions

Link copied to clipboard
val ChatJoinRequest.invite_link: ChatInviteLink?