GetStoryViewers class

Inheritance

Constructors

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
const

Properties

hashCode int
The hash code for this object.
no setterinherited
limit int
limit The maximum number of story viewers to return. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit
final
offsetViewer MessageViewer?
offsetViewer A viewer from which to return next viewers; pass null to get results from the beginning
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storyId int
storyId Story identifier
final

Methods

copyWith({int? storyId, MessageViewer? offsetViewer, int? limit}) GetStoryViewers
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CONSTRUCTOR → const String