Uses of Class
org.drinkless.tdlib.TdApi.AccountInfo
Packages that use TdApi.AccountInfo
-
Uses of TdApi.AccountInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.AccountInfoModifier and TypeFieldDescriptionTdApi.ChatActionBarReportAddBlock.accountInfo
Basic information about the other user in the chat; may be null if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.AccountInfoModifierConstructorDescriptionChatActionBarReportAddBlock
(boolean canUnarchive, TdApi.AccountInfo accountInfo) The chat is a private or secret chat, which can be reported using the method reportChat, or the other user can be blocked using the method setMessageSenderBlockList, or the other user can be added to the contact list using the method addContact.