CommonUser
data class CommonUser(val id: IdChatIdentifier, val firstName: String, val lastName: String = "", val username: Username? = null, val ietfLanguageCode: <Error class: unknown class>? = null, val isPremium: Boolean = false, val addedToAttachmentMenu: Boolean = false) : PreviewUser, WithOptionalLanguageCode, PossiblyPremiumChat, AbleToAddInAttachmentMenuChat
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Trying to convert current PrivateChat to User