Uses of Class
org.drinkless.tdlib.TdApi.StoryFullId
Packages that use TdApi.StoryFullId
-
Uses of TdApi.StoryFullId in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.StoryFullIdModifier and TypeFieldDescriptionTdApi.PostStory.fromStoryFullId
Full identifier of the original story, which content was used to create the story; pass null if the story isn't repost of another story.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoryFullIdModifierConstructorDescriptionPostStory
(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.