GetChatStoryInteractions class final

GetChatStoryInteractions (getChatStoryInteractions) - TDLib function

Returns interactions with a story posted in a chat. Can be used only if story is posted on behalf of a chat and the user is an administrator in the chat.

  • storySenderChatId: The identifier of the sender of the story.
  • storyId: Story identifier.
  • reactionType: Pass the default heart reaction or a suggested reaction type to receive only interactions with the specified reaction type; pass null to receive all interactions; reactionTypePaid isn't supported (optional).
  • preferForwards: Pass true to get forwards and reposts first, then reactions, then other views; pass false to get interactions sorted just by interaction date.
  • offset: Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
  • limit: The maximum number of story interactions to return.

StoryInteractions is returned on completion.

Inheritance

Constructors

GetChatStoryInteractions({required int storySenderChatId, required int storyId, ReactionType? reactionType, required bool preferForwards, required String offset, required int limit})
GetChatStoryInteractions (getChatStoryInteractions) - TDLib function
const

Properties

currentObjectId String
TDLib object type for current class instance
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
limit int
The maximum number of story interactions to return
final
offset String
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results
final
preferForwards bool
Pass true to get forwards and reposts first, then reactions, then other views; pass false to get interactions sorted just by interaction date
final
reactionType ReactionType?
Pass the default heart reaction or a suggested reaction type to receive only interactions with the specified reaction type; pass null to receive all interactions; reactionTypePaid isn't supported
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storyId int
Story identifier
final
storySenderChatId int
The identifier of the sender of the story
final

Methods

copyWith({int? storySenderChatId, int? storyId, ReactionType? reactionType, bool? preferForwards, String? offset, int? limit}) GetChatStoryInteractions
Copy model with modified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

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

Constants

defaultObjectId → const String
TDLib object type