Uses of Class
org.drinkless.tdlib.TdApi.ChatEventAction
Packages that use TdApi.ChatEventAction
-
Uses of TdApi.ChatEventAction in org.drinkless.tdlib
Subclasses of TdApi.ChatEventAction in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe chat accent color or background custom emoji were changed.static classThe chat active usernames were changed.static classThe hasAutomaticTranslation setting of a channel was toggled.static classThe chat available reactions were changed.static classThe chat background was changed.static classThe supergroup sticker set with allowed custom emoji was changed.static classThe chat description was changed.static classThe chat emoji status was changed.static classA new forum topic was created.static classA forum topic was deleted.static classA forum topic was edited.static classA pinned forum topic was changed.static classA forum topic was closed or reopened.static classThe General forum topic was hidden or unhidden.static classThe hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.static classThe hasProtectedContent setting of a channel was toggled.static classA revoked chat invite link was deleted.static classA chat invite link was edited.static classA chat invite link was revoked.static classThe canInviteUsers permission of a supergroup chat was toggled.static classThe isAllHistoryAvailable setting of a supergroup was toggled.static classThe isForum setting of a channel was toggled.static classThe linked chat of a supergroup was changed.static classThe supergroup location was changed.static classA new chat member was invited.static classA new member joined the chat.static classA new member joined the chat via an invite link.static classA new member was accepted to the chat by an administrator.static classA member left the chat.static classA chat member has gained/lost administrator status, or the list of their administrator privileges has changed.static classA chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed.static classA chat member extended their subscription to the chat.static classThe message auto-delete timer was changed.static classA message was deleted.static classA message was edited.static classA message was pinned.static classA message was unpinned.static classThe chat permissions were changed.static classThe chat photo was changed.static classA poll in a message was stopped.static classThe chat's profile accent color or profile background custom emoji were changed.static classThe showMessageSender setting of a channel was toggled.static classThe signMessages setting of a channel was toggled.static classThe slowModeDelay setting of a supergroup was changed.static classThe supergroup sticker set was changed.static classThe chat title was changed.static classThe chat editable username was changed.static classA video chat was created.static classA video chat was ended.static classThe muteNewParticipants setting of a video chat was toggled.static classA video chat participant was muted or unmuted.static classA video chat participant volume level was changed.Fields in org.drinkless.tdlib declared as TdApi.ChatEventActionConstructors in org.drinkless.tdlib with parameters of type TdApi.ChatEventActionModifierConstructorDescriptionChatEvent(long id, int date, TdApi.MessageSender memberId, TdApi.ChatEventAction action) Represents a chat event.