QuotedMessageMetadata class
Information about a message that another message quotes.
When you create a message, you can quote messages within the same thread, or
quote a root message to create a new root message. However, you can't quote
a message reply from a different thread. When you update a message, you
can't add or replace the quotedMessageMetadata
field, but you can remove
it. For example usage, see
Quote another message.
Constructors
- QuotedMessageMetadata.new({String? lastUpdateTime, String? name})
- QuotedMessageMetadata.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdateTime ↔ String?
-
The timestamp when the quoted message was created or when the quoted
message was last updated.
getter/setter pair
- name ↔ String?
-
Resource name of the message that is quoted.
getter/setter pair
- 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> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited