ScheduledMessageListParams class Null safety

Annotations

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.
read / write
channelUrl String?
Specifies the URL of the channel to retrieve a list of scheduled messages.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
limit int?
read / write
messageType MessageTypeFilter?
Specifies the message type to filter the messages with the corresponding type.
read / write
order ScheduledMessageListOrder?
Specifies the method to sort a list of results
read / write
reverse bool?
Specifies the sort order will be reversed.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
status List<ScheduledStatus>?
Specifies the statuses of the scheduled message to retrieve.
read / write
token String?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited