Improve field name.
This commit is contained in:
parent
5c3bbc7bb9
commit
628c4bb51f
@ -4958,10 +4958,10 @@ storyInfo story_id:int32 date:int32 = StoryInfo;
|
||||
//@description Describes active stories sent by the same sender
|
||||
//@list Identifier of the story list in which the stories are shown; may be null if the stories aren't shown in a story list
|
||||
//@order A parameter used to determine order of the stories in the story list; 0 if the stories doesn't need to be shown in the story list. Stories must be sorted by the pair (order, story_sender_chat_id) in descending order
|
||||
//@story_sender_chat_id Identifier of the sender of the stories
|
||||
//@chat_id Identifier of the chat that posted the the stories
|
||||
//@max_read_story_id Identifier of the last read active story
|
||||
//@stories Basic information about the stories; use getStory to get full information about the stories. The stories are in a chronological order (i.e., in order of increasing story identifiers)
|
||||
activeStories list:StoryList order:int53 story_sender_chat_id:int53 max_read_story_id:int32 stories:vector<storyInfo> = ActiveStories;
|
||||
activeStories list:StoryList order:int53 chat_id:int53 max_read_story_id:int32 stories:vector<storyInfo> = ActiveStories;
|
||||
|
||||
|
||||
//@description Contains a part of a file @data File bytes
|
||||
|
Loading…
x
Reference in New Issue
Block a user