Uses of Class
org.drinkless.tdlib.TdApi.ChatActionBar
-
Packages that use TdApi.ChatActionBar Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatActionBar in org.drinkless.tdlib
Subclasses of TdApi.ChatActionBar in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.ChatActionBarAddContactThe chat is a private or secret chat and the other user can be added to the contact list using the method addContact.static classTdApi.ChatActionBarInviteMembersThe chat is a recently created group chat to which new members can be invited.static classTdApi.ChatActionBarJoinRequestThe chat is a private chat with an administrator of a chat to which the user sent join request.static classTdApi.ChatActionBarReportAddBlockThe 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 toggleMessageSenderIsBlocked, or the other user can be added to the contact list using the method addContact.static classTdApi.ChatActionBarReportSpamThe chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam.static classTdApi.ChatActionBarReportUnrelatedLocationThe chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation.static classTdApi.ChatActionBarSharePhoneNumberThe chat is a private or secret chat with a mutual contact and the user's phone number can be shared with the other user using the method sharePhoneNumber.Fields in org.drinkless.tdlib declared as TdApi.ChatActionBar Modifier and Type Field Description TdApi.ChatActionBarTdApi.Chat. actionBarInformation about actions which must be possible to do through the chat action bar; may be null.TdApi.ChatActionBarTdApi.UpdateChatActionBar. actionBarThe new value of the action bar; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatActionBar Constructor Description Chat(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.MessageSender messageSenderId, boolean hasProtectedContent, boolean isMarkedAsUnread, boolean isBlocked, boolean hasScheduledMessages, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canBeReported, boolean defaultDisableNotification, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, TdApi.ChatNotificationSettings notificationSettings, int messageTtl, String themeName, TdApi.ChatActionBar actionBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData)A chat.UpdateChatActionBar(long chatId, TdApi.ChatActionBar actionBar)The chat action bar was changed.
-