InputMessageStory constructor
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,
});