ChatItemQuoteInput class

Quote of a ChatItem to be forwarded.

Constructors

ChatItemQuoteInput({required ChatItem item, bool withText = true, List<AttachmentId>? attachments})

Properties

attachments List<AttachmentId>?
IDs of the ChatItems' Attachments to be forwarded.
final
hashCode int
The hash code for this object.
no setterinherited
item ChatItem
ChatItem to be forwarded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withText bool
Indicator whether a forward should contain the full ChatMessageText of the original ChatItem (if it contains any).
final

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