Uses of Class
org.drinkless.tdlib.TdApi.ActiveStoryState
Packages that use TdApi.ActiveStoryState
-
Uses of TdApi.ActiveStoryState in org.drinkless.tdlib
Subclasses of TdApi.ActiveStoryState in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe chat has an active live story.static classThe chat has active stories, all of which were read.static classThe chat has some unread active stories.Fields in org.drinkless.tdlib declared as TdApi.ActiveStoryStateModifier and TypeFieldDescriptionTdApi.Supergroup.activeStoryStateState of active stories of the supergroup or channel; may be null if there are no active stories.TdApi.User.activeStoryStateState of active stories of the user; may be null if the user has no active stories.Constructors in org.drinkless.tdlib with parameters of type TdApi.ActiveStoryStateModifierConstructorDescriptionSupergroup(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.