InputMessageForwarded class
A forwarded message.
- Inheritance
-
- Object
- TlObject
- InputMessageContent
- InputMessageForwarded
- Available Extensions
Constructors
- InputMessageForwarded({required int from_chat_id, required int message_id, MessageCopyOptions? copy_options, int? extra, int? clientId})
- A forwarded message
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- copy_options ↔ MessageCopyOptions?
-
Options to be used to copy content of the message without reference to the original sender; pass null to forward the message as usual.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- from_chat_id ↔ int
-
Identifier for the chat this forwarded message came from.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
True, if a game message is being shared from a launched game; applies only to game messages.
read / write
- message_id ↔ int
-
Identifier of the message to forward.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → InputMessageForwarded? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"inputMessageForwarded"