Uses of Class
org.drinkless.tdlib.TdApi.StoryPrivacySettings
Packages that use TdApi.StoryPrivacySettings
-
Uses of TdApi.StoryPrivacySettings in org.drinkless.tdlib
Subclasses of TdApi.StoryPrivacySettings in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The story can be viewed by all close friends.static class
The story can be viewed by all contacts except chosen users.static class
The story can be viewed by everyone.static class
The story can be viewed by certain specified users.Fields in org.drinkless.tdlib declared as TdApi.StoryPrivacySettingsModifier and TypeFieldDescriptionTdApi.EditBusinessStory.privacySettings
The new privacy settings for the story.TdApi.PostStory.privacySettings
The privacy settings for the story; ignored for stories posted on behalf of supergroup and channel chats.TdApi.SetStoryPrivacySettings.privacySettings
The new privacy settings for the story.TdApi.Story.privacySettings
Privacy rules affecting story visibility; may be approximate for non-owned stories.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoryPrivacySettingsModifierConstructorDescriptionEditBusinessStory
(long storyPosterChatId, int storyId, TdApi.InputStoryContent content, TdApi.InputStoryAreas areas, TdApi.FormattedText caption, TdApi.StoryPrivacySettings privacySettings) Creates a function, which changes a story posted by the bot on behalf of a business account; for bots only.PostStory
(long chatId, TdApi.InputStoryContent content, TdApi.InputStoryAreas areas, TdApi.FormattedText caption, TdApi.StoryPrivacySettings privacySettings, int activePeriod, TdApi.StoryFullId fromStoryFullId, boolean isPostedToChatPage, boolean protectContent) Creates a function, which posts a new story on behalf of a chat; requires canPostStories right for supergroup and channel chats.SetStoryPrivacySettings
(int storyId, TdApi.StoryPrivacySettings privacySettings) Creates a function, which changes privacy settings of a story.Story
(int id, long posterChatId, TdApi.MessageSender posterId, int date, boolean isBeingPosted, boolean isBeingEdited, boolean isEdited, boolean isPostedToChatPage, boolean isVisibleOnlyForSelf, boolean canBeDeleted, boolean canBeEdited, boolean canBeForwarded, boolean canBeReplied, boolean canToggleIsPostedToChatPage, boolean canGetStatistics, boolean canGetInteractions, boolean hasExpiredViewers, TdApi.StoryRepostInfo repostInfo, TdApi.StoryInteractionInfo interactionInfo, TdApi.ReactionType chosenReactionType, TdApi.StoryPrivacySettings privacySettings, TdApi.StoryContent content, TdApi.StoryArea[] areas, TdApi.FormattedText caption) Represents a story.