GetChatActiveStories constructor

const GetChatActiveStories({
  1. required int chatId,
})

Returns the list of active stories posted by the given chat

Implementation

const GetChatActiveStories({
  required this.chatId,
});