GetStoryViewers constructor
const
GetStoryViewers({
- required int storyId,
- MessageViewer? offsetViewer,
- required int limit,
Returns viewers of a recent outgoing story. The method can be called if story.can_get_viewers == true. The views are returned in a reverse chronological order (i.e., in order of decreasing view_date). For optimal performance, the number of returned stories is chosen by TDLib
Implementation
const GetStoryViewers({
required this.storyId,
this.offsetViewer,
required this.limit,
});