Uses of Class
org.drinkless.tdlib.TdApi.ReactionNotificationSource
Packages that use TdApi.ReactionNotificationSource
-
Uses of TdApi.ReactionNotificationSource in org.drinkless.tdlib
Subclasses of TdApi.ReactionNotificationSource in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Notifications for reactions are shown for all reactions.static class
Notifications for reactions are shown only for reactions from contacts.static class
Notifications for reactions are disabled.Fields in org.drinkless.tdlib declared as TdApi.ReactionNotificationSourceModifier and TypeFieldDescriptionTdApi.ReactionNotificationSettings.messageReactionSource
Source of message reactions for which notifications are shown.TdApi.ReactionNotificationSettings.storyReactionSource
Source of story reactions for which notifications are shown.Constructors in org.drinkless.tdlib with parameters of type TdApi.ReactionNotificationSourceModifierConstructorDescriptionReactionNotificationSettings
(TdApi.ReactionNotificationSource messageReactionSource, TdApi.ReactionNotificationSource storyReactionSource, long soundId, boolean showPreview) Contains information about notification settings for reactions.