InputMessageStory constructor

const InputMessageStory({
  1. required int storySenderChatId,
  2. required int storyId,
})

A message with a forwarded story. Stories can't be sent to secret chats. A story can be forwarded only if story.can_be_forwarded

Implementation

const InputMessageStory({
  required this.storySenderChatId,
  required this.storyId,
});