Uses of Class
org.drinkless.tdlib.TdApi.PushMessageContent
Packages that use TdApi.PushMessageContent
-
Uses of TdApi.PushMessageContent in org.drinkless.tdlib
Subclasses of TdApi.PushMessageContent in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classAn animation message (GIF-style).static classAn audio message.static classA newly created basic group.static classNew chat members were invited to a group.static classA chat photo was edited.static classA chat title was edited.static classA chat member was deleted.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 chat background was edited.static classA chat theme was edited.static classA message with a checklist.static classSome tasks were added to a checklist.static classSome tasks from a checklist were marked as done or not done.static classA message with a user contact.static classA contact has registered with Telegram.static classA document message (a general file).static classA message with a game.static classA new high score was achieved in a game.static classA message with a gift.static classA message with a giveaway.static classA general message with hidden content.static classAn invitation of participants to a video chat or live stream.static classA message with an invoice from a bot.static classA message with a location.static classA media album.static classA forwarded messages.static classA message with paid media.static classA photo message.static classA message with a poll.static classA message with a Telegram Premium gift code created for the user.static classA user in the chat came within proximity alert range from the current user.static classA new recurring payment was made by the current user.static classA screenshot of a message in the chat has been taken.static classA message with a sticker.static classA message with a story.static classA profile photo was suggested to the user.static classA text message.static classA message with an upgraded gift.static classA video message.static classA video chat or live stream has ended.static classA video chat or live stream was started.static classA video note message.static classA voice note message.Fields in org.drinkless.tdlib declared as TdApi.PushMessageContentModifier and TypeFieldDescriptionTdApi.NotificationTypeNewPushMessage.contentPush message content.Constructors in org.drinkless.tdlib with parameters of type TdApi.PushMessageContentModifierConstructorDescriptionNotificationTypeNewPushMessage(long messageId, TdApi.MessageSender senderId, String senderName, boolean isOutgoing, TdApi.PushMessageContent content) New message was received through a push notification.