BaseQuery class
Abstract class for query
- Implementers
- ApplicationUserListQuery
- BannedUserListQuery
- BlockedUserListQuery
- FeedChannelListQuery
- GroupChannelListQuery
- MemberListQuery
- MutedUserListQuery
- OpenChannelListQuery
- OperatorListQuery
- ParticipantListQuery
- PollListQuery
- PollVoterListQuery
- PreviousMessageListQuery
- PublicGroupChannelListQuery
- ScheduledMessageListQuery
Constructors
- BaseQuery({required Chat chat})
Properties
- chat → Chat
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasNext ↔ bool
-
Whether there is a next page.
read / write
- isLoading ↔ bool
-
Whether the current query is in communication progress with server.
read / write
- limit ↔ int
-
The maximum number of items per queried page.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- token ↔ String?
-
read / write
Methods
-
next(
) → Future< List> - Gets the list of next items.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultPollListQueryLimit → const int
-
10
- defaultQueryLimit → const int
-
20