ConversationsRequestBuilder class

Builder class for ConversationsRequest.

Allows step-by-step creation of an ConversationsRequest object.

Constructors

ConversationsRequestBuilder()
Default constructor for ConversationsRequestBuilder.

Properties

conversationType String?
Type of the conversation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeBlockedUsers bool?
Flag to include blocked users.
getter/setter pair
limit int?
Number of results to limit the query.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
Tags for filtering.
getter/setter pair
withBlockedInfo bool?
Flag to include blocked information.
getter/setter pair
withTags bool?
Flag to include tags.
getter/setter pair
withUserAndGroupTags bool?
Flag to include user and group tags.
getter/setter pair

Methods

build() ConversationsRequest
Builds and returns an ConversationsRequest object.
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