ScheduledMessageListParams class

Annotations
  • @JsonSerializable()

Constructors

ScheduledMessageListParams({String? channelUrl, String? channelType, bool? reverse, List<ScheduledStatus>? status, MessageTypeFilter? messageType, ScheduledMessageListOrder? order, String? token, int? limit})

Properties

channelType String?
Specifies the channel type of channel_url. Only “group_channels” is allowed for now.
getter/setter pair
channelUrl String?
Specifies the URL of the channel to retrieve a list of scheduled messages.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int?
getter/setter pair
messageType MessageTypeFilter?
Specifies the message type to filter the messages with the corresponding type.
getter/setter pair
order ScheduledMessageListOrder?
Specifies the method to sort a list of results
getter/setter pair
reverse bool?
Specifies the sort order will be reversed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status List<ScheduledStatus>?
Specifies the statuses of the scheduled message to retrieve.
getter/setter pair
token String?
getter/setter pair

Methods

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