ChatJoinRequest

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

Represent a ChatJoinRequest

Constructors

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

Properties

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

The source User of this type

inviteLink
Link copied to clipboard
common
val inviteLink: ChatInviteLink
user
Link copied to clipboard
common
open override val user: User