Uses of Class
org.drinkless.tdlib.TdApi.RestrictionInfo
Packages that use TdApi.RestrictionInfo
-
Uses of TdApi.RestrictionInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.RestrictionInfoModifier and TypeFieldDescriptionTdApi.Message.restrictionInfoInformation about the restrictions that must be applied to the message content; may be null if none.TdApi.Supergroup.restrictionInfoInformation about the restrictions that must be applied to the corresponding supergroup or channel chat; may be null if none.TdApi.User.restrictionInfoInformation about restrictions that must be applied to the corresponding private chat; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.RestrictionInfoModifierConstructorDescriptionMessage(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 isPaidStarSuggestedPost, boolean isPaidTonSuggestedPost, boolean containsUnreadMention, 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, long senderBusinessBotUserId, int senderBoostCount, long paidMessageStarCount, String authorSignature, long mediaAlbumId, long effectId, TdApi.RestrictionInfo restrictionInfo, String summaryLanguageCode, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup) Describes a message.Supergroup(long id, TdApi.Usernames usernames, int date, TdApi.ChatMemberStatus status, int memberCount, int boostLevel, boolean hasAutomaticTranslation, boolean hasLinkedChat, boolean hasLocation, boolean signMessages, boolean showMessageSender, boolean joinToSendMessages, boolean joinByRequest, boolean isSlowModeEnabled, boolean isChannel, boolean isBroadcastGroup, boolean isForum, boolean isDirectMessagesGroup, boolean isAdministeredDirectMessagesGroup, TdApi.VerificationStatus verificationStatus, boolean hasDirectMessagesGroup, boolean hasForumTabs, TdApi.RestrictionInfo restrictionInfo, long paidMessageStarCount, TdApi.ActiveStoryState activeStoryState) Represents a supergroup or channel with zero or more members (subscribers in the case of channels).User(long id, String firstName, String lastName, TdApi.Usernames usernames, String phoneNumber, TdApi.UserStatus status, TdApi.ProfilePhoto profilePhoto, int accentColorId, long backgroundCustomEmojiId, TdApi.UpgradedGiftColors upgradedGiftColors, int profileAccentColorId, long profileBackgroundCustomEmojiId, TdApi.EmojiStatus emojiStatus, boolean isContact, boolean isMutualContact, boolean isCloseFriend, TdApi.VerificationStatus verificationStatus, boolean isPremium, boolean isSupport, TdApi.RestrictionInfo restrictionInfo, TdApi.ActiveStoryState activeStoryState, boolean restrictsNewChats, long paidMessageStarCount, boolean haveAccess, TdApi.UserType type, String languageCode, boolean addedToAttachmentMenu) Represents a user.