Uses of Class
org.drinkless.tdlib.TdApi.SuggestedAction
-
Packages that use TdApi.SuggestedAction Package Description org.drinkless.tdlib -
-
Uses of TdApi.SuggestedAction in org.drinkless.tdlib
Subclasses of TdApi.SuggestedAction in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.SuggestedActionCheckPasswordSuggests the user to check whether they still remember their 2-step verification password.static classTdApi.SuggestedActionCheckPhoneNumberSuggests the user to check whether authorization phone number is correct and change the phone number if it is inaccessible.static classTdApi.SuggestedActionConvertToBroadcastGroupSuggests the user to convert specified supergroup to a broadcast group.static classTdApi.SuggestedActionEnableArchiveAndMuteNewChatsSuggests the user to enable "archive_and_mute_new_chats_from_unknown_users" option.static classTdApi.SuggestedActionSetPasswordSuggests the user to set a 2-step verification password to be able to log in again.static classTdApi.SuggestedActionViewChecksHintSuggests the user to view a hint about the meaning of one and two check marks on sent messages.Fields in org.drinkless.tdlib declared as TdApi.SuggestedAction Modifier and Type Field Description TdApi.SuggestedActionTdApi.HideSuggestedAction. actionSuggested action to hide.TdApi.SuggestedAction[]TdApi.UpdateSuggestedActions. addedActionsAdded suggested actions.TdApi.SuggestedAction[]TdApi.UpdateSuggestedActions. removedActionsRemoved suggested actions.Constructors in org.drinkless.tdlib with parameters of type TdApi.SuggestedAction Constructor Description HideSuggestedAction(TdApi.SuggestedAction action)Creates a function, which hides a suggested action.UpdateSuggestedActions(TdApi.SuggestedAction[] addedActions, TdApi.SuggestedAction[] removedActions)The list of suggested to the user actions has changed.
-