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 class
An animation message (GIF-style).static class
An audio message.static class
A newly created basic group.static class
New chat members were invited to a group.static class
A chat photo was edited.static class
A chat title was edited.static class
A chat member was deleted.static class
A new member joined the chat via an invite link.static class
A new member was accepted to the chat by an administrator.static class
A chat background was edited.static class
A chat theme was edited.static class
A message with a user contact.static class
A contact has registered with Telegram.static class
A document message (a general file).static class
A message with a game.static class
A new high score was achieved in a game.static class
A message with a gift.static class
A message with a giveaway.static class
A general message with hidden content.static class
An invitation of participants to a video chat or live stream.static class
A message with an invoice from a bot.static class
A message with a location.static class
A media album.static class
A forwarded messages.static class
A message with paid media.static class
A photo message.static class
A message with a poll.static class
A message with a Telegram Premium gift code created for the user.static class
A user in the chat came within proximity alert range from the current user.static class
A new recurring payment was made by the current user.static class
A screenshot of a message in the chat has been taken.static class
A message with a sticker.static class
A message with a story.static class
A profile photo was suggested to the user.static class
A text message.static class
A message with an upgraded gift.static class
A video message.static class
A video chat or live stream has ended.static class
A video chat or live stream was started.static class
A video note message.static class
A voice note message.Fields in org.drinkless.tdlib declared as TdApi.PushMessageContentModifier and TypeFieldDescriptionTdApi.NotificationTypeNewPushMessage.content
Push 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.