MessageReplyToStory constructor

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

Describes a replied story

Implementation

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