Uses of Class
org.drinkless.tdlib.TdApi.MessageSelfDestructType
Packages that use TdApi.MessageSelfDestructType
-
Uses of TdApi.MessageSelfDestructType in org.drinkless.tdlib
Subclasses of TdApi.MessageSelfDestructType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The message can be opened only once and will be self-destructed once closed.static class
The message will be self-destructed in the specified time after its content was opened.Fields in org.drinkless.tdlib declared as TdApi.MessageSelfDestructTypeModifier and TypeFieldDescriptionTdApi.InputMessagePhoto.selfDestructType
Photo self-destruct type; pass null if none; private chats only.TdApi.InputMessageVideo.selfDestructType
Video self-destruct type; pass null if none; private chats only.TdApi.InputMessageVideoNote.selfDestructType
Video note self-destruct type; may be null if none; pass null if none; private chats only.TdApi.InputMessageVoiceNote.selfDestructType
Voice note self-destruct type; may be null if none; pass null if none; private chats only.TdApi.Message.selfDestructType
The message's self-destruct type; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageSelfDestructTypeModifierConstructorDescriptionInputMessagePhoto
(TdApi.InputFile photo, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int width, int height, TdApi.FormattedText caption, boolean showCaptionAboveMedia, TdApi.MessageSelfDestructType selfDestructType, boolean hasSpoiler) A photo message.InputMessageVideo
(TdApi.InputFile video, TdApi.InputThumbnail thumbnail, TdApi.InputFile cover, int startTimestamp, int[] addedStickerFileIds, int duration, int width, int height, boolean supportsStreaming, TdApi.FormattedText caption, boolean showCaptionAboveMedia, TdApi.MessageSelfDestructType selfDestructType, boolean hasSpoiler) A video message.InputMessageVideoNote
(TdApi.InputFile videoNote, TdApi.InputThumbnail thumbnail, int duration, int length, TdApi.MessageSelfDestructType selfDestructType) A video note message.InputMessageVoiceNote
(TdApi.InputFile voiceNote, int duration, byte[] waveform, TdApi.FormattedText caption, TdApi.MessageSelfDestructType selfDestructType) A voice note message.Message
(long id, TdApi.MessageSender senderId, long chatId, TdApi.MessageSendingState sendingState, TdApi.MessageSchedulingState schedulingState, boolean isOutgoing, boolean isPinned, boolean isFromOffline, boolean canBeSaved, boolean hasTimestampedMedia, boolean isChannelPost, boolean isTopicMessage, boolean containsUnreadMention, int date, int editDate, TdApi.MessageForwardInfo forwardInfo, TdApi.MessageImportInfo importInfo, TdApi.MessageInteractionInfo interactionInfo, TdApi.UnreadReaction[] unreadReactions, TdApi.FactCheck factCheck, TdApi.MessageReplyTo replyTo, long messageThreadId, long savedMessagesTopicId, TdApi.MessageSelfDestructType selfDestructType, double selfDestructIn, double autoDeleteIn, long viaBotUserId, long senderBusinessBotUserId, int senderBoostCount, long paidMessageStarCount, String authorSignature, long mediaAlbumId, long effectId, boolean hasSensitiveContent, String restrictionReason, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup) Describes a message.