GetChatPinnedStories class
Returns the list of pinned stories posted by the given chat. The stories are returned in a reverse chronological order (i.e., in order of decreasing story_id)..
Returns Stories.
- Inheritance
- Available Extensions
Constructors
Properties
- chat_id ↔ int
-
Chat identifier.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- from_story_id ↔ int
-
Identifier of the story starting from which stories must be returned; use 0 to get results from the last story.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- limit ↔ int
-
The maximum number of stories to be returned.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → GetChatPinnedStories? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"getChatPinnedStories"