ReplyMarkupForceReply class
Instructs application to force a reply to this message.
- Inheritance
-
- Object
- TlObject
- ReplyMarkup
- ReplyMarkupForceReply
- Available Extensions
Constructors
- ReplyMarkupForceReply({required bool is_personal, required String input_field_placeholder, int? extra, int? clientId})
- Instructs application to force a reply to this message
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- input_field_placeholder ↔ String
-
If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters.
read / write
- is_personal ↔ bool
-
True, if a forced reply must automatically be shown to the current user. For outgoing messages, specify true to show the forced reply only for the mentioned users and for the target user of a reply.
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) → ReplyMarkupForceReply? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"replyMarkupForceReply"