InternalLinkTypeStory constructor

InternalLinkTypeStory(
  1. {required String story_sender_username,
  2. required int story_id,
  3. int? extra,
  4. int? clientId}
)

The link is a link to a story. Call searchPublicChat with the given sender username, then call getStory with the received chat identifier and the given story identifier

Implementation

InternalLinkTypeStory