MessagesRequestBuilder class

Constructors

MessagesRequestBuilder()

Properties

categories List<String>?
read / write
category String?
read / write
guid String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hideDeleted bool?
read / write
hideMessagesFromBlockedUsers bool?
read / write
hideReplies bool?
read / write
interactionGoalCompletedOnly bool?
read / write
limit int?
read / write
messageId int?
read / write
parentMessageId int?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
searchKeyword String?
read / write
tags List<String>?
read / write
timestamp DateTime?
read / write
type String?
read / write
types List<String>?
read / write
uid String?
read / write
unread bool?
read / write
updatedAfter DateTime?
read / write
updatesOnly bool?
read / write
withTags bool?
read / write

Methods

build() MessagesRequest
mentionsWithBlockedInfo(bool mentionsWithBlockedInfo) MessagesRequestBuilder
mentionsWithBlockedInfo fetch messages where any user is mentioned. The user object will contain the blockedByMe and blockedAt etc. properties of the mentioned user.
mentionsWithTagInfo(bool mentionsWithTagInfo) MessagesRequestBuilder
mentionsWithTagInfo fetch messages where any user is mentioned. The user object will contain the tags of the mentioned user.
myMentionsOnly(bool myMentionsOnly) MessagesRequestBuilder
myMentionsOnly fetch messages where any user is mentioned.
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