GetChatArchivedStories constructor

GetChatArchivedStories(
  1. {required int chat_id,
  2. required int from_story_id,
  3. required int limit,
  4. int? extra,
  5. int? clientId}
)

Returns the list of all stories posted by the given chat; requires can_edit_stories rights for channel chats.

Returns Stories

Implementation

GetChatArchivedStories