FileMessageUpdateParams class

Represents a file message params.

Inheritance

Constructors

FileMessageUpdateParams({String? data, String? customType, MentionType? mentionType, List<String>? mentionedUserIds})
FileMessageUpdateParams.withMessage(FileMessage fileMessage)

Properties

customType String?
The custom type of the message. Defaults to null.
getter/setter pairinherited
data String?
The data of the message. Defaults to null.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
mentionedUserIds List<String>?
The mentioned user ids of the message. Defaults to null.
getter/setter pairinherited
mentionType MentionType?
The mention type of the message.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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