ChatJoinRequest

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

Represent a ChatJoinRequest

Constructors

Link copied to clipboard
fun ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, 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
Link copied to clipboard
open override val user: User

Extensions

Link copied to clipboard
val ChatJoinRequest.invite_link: ChatInviteLink