ChatMemberLeft

@SerialName(value = "left")
data class ChatMemberLeft(val user: User) : ChatMember(source)

ChatMemberLeft

Represents a chat member that isn't currently a member of the chat, but may join it themselves.

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(user: User)

Properties

Link copied to clipboard
val user: User

Information about the user