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 classThe message can be opened only once and will be self-destructed once closed.static classThe 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.DraftMessageContentVideoNote.selfDestructTypeVideo note self-destruct type; may be null if none; pass null if none; private chats only.TdApi.DraftMessageContentVoiceNote.selfDestructTypeVoice note self-destruct type; may be null if none; pass null if none; private chats only.TdApi.InputMessagePhoto.selfDestructTypePhoto self-destruct type; pass null if none; private chats only.TdApi.InputMessageVideo.selfDestructTypeVideo self-destruct type; pass null if none; private chats only.TdApi.InputMessageVideoNote.selfDestructTypeVideo note self-destruct type; may be null if none; pass null if none; private chats only.TdApi.InputMessageVoiceNote.selfDestructTypeVoice note self-destruct type; may be null if none; pass null if none; private chats only.TdApi.Message.selfDestructTypeThe message's self-destruct type; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageSelfDestructTypeModifierConstructorDescriptionDraftMessageContentVideoNote(String filePath, int duration, int length, TdApi.MessageSelfDestructType selfDestructType) A video note message draft.DraftMessageContentVoiceNote(String filePath, int duration, byte[] waveform, TdApi.MessageSelfDestructType selfDestructType) A voice note message draft.InputMessagePhoto(TdApi.InputPhoto photo, TdApi.FormattedText caption, boolean showCaptionAboveMedia, TdApi.MessageSelfDestructType selfDestructType, boolean hasSpoiler) A photo message.InputMessageVideo(TdApi.InputVideo video, TdApi.FormattedText caption, boolean showCaptionAboveMedia, TdApi.MessageSelfDestructType selfDestructType, boolean hasSpoiler) A video message.InputMessageVideoNote(TdApi.InputVideoNote videoNote, TdApi.MessageSelfDestructType selfDestructType) A video note message.InputMessageVoiceNote(TdApi.InputVoiceNote voiceNote, TdApi.FormattedText caption, TdApi.MessageSelfDestructType selfDestructType) A voice note message.Message(long id, TdApi.MessageSender senderId, TdApi.MessageSender receiverId, long chatId, TdApi.MessageSendingState sendingState, TdApi.MessageSchedulingState schedulingState, boolean isOutgoing, boolean isPinned, boolean isFromOffline, boolean canBeSaved, boolean hasTimestampedMedia, boolean isChannelPost, boolean isPaidStarSuggestedPost, boolean isPaidGramSuggestedPost, boolean containsUnreadMention, boolean containsUnreadPollVotes, int date, int editDate, TdApi.MessageForwardInfo forwardInfo, TdApi.MessageImportInfo importInfo, TdApi.MessageInteractionInfo interactionInfo, TdApi.UnreadReaction[] unreadReactions, TdApi.FactCheck factCheck, TdApi.SuggestedPostInfo suggestedPostInfo, TdApi.MessageReplyTo replyTo, TdApi.MessageTopic topicId, TdApi.MessageSelfDestructType selfDestructType, double selfDestructIn, double autoDeleteIn, long viaBotUserId, TdApi.MessageSender guestBotCallerId, long senderBusinessBotUserId, int senderBoostCount, String senderTag, long paidMessageStarCount, String authorSignature, long mediaAlbumId, long effectId, TdApi.RestrictionInfo restrictionInfo, String summaryLanguageCode, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup, int ephemeralMessageId) Describes a message.