ChatMemberMember

@SerialName(value = "member")
data class ChatMemberMember(val user: User) : ChatMember(source)

ChatMemberMember

Represents a chat member that has no additional privileges or restrictions.

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(user: User)

Properties

Link copied to clipboard
val user: User

Information about the user