ReplyMarkupForceReply class
- Inheritance
-
- Object
- TdObject
- ReplyMarkup
- ReplyMarkupForceReply
Constructors
- ReplyMarkupForceReply({required bool isPersonal, required String inputFieldPlaceholder})
-
Instructs application to force a reply to this message
const
-
ReplyMarkupForceReply.fromJson(Map<
String, dynamic> json) -
Parse from a json
factory
Properties
- clientId → int?
-
client identifier
no setterinherited
- extra → dynamic
-
callback sign
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputFieldPlaceholder → String
-
inputFieldPlaceholder If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters
final
- isPersonal → bool
-
isPersonal 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
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? isPersonal, String? inputFieldPlaceholder}) → ReplyMarkupForceReply -
override
-
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String