ReplyMarkupRemoveKeyboard class

Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, updateChatReplyMarkup with message_id == 0 will be sent.

Inheritance
Available Extensions

Constructors

ReplyMarkupRemoveKeyboard({required bool is_personal, int? extra, int? clientId})
Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, updateChatReplyMarkup with message_id == 0 will be sent

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
is_personal bool
True, if the keyboard is removed only for the mentioned users or 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) ReplyMarkupRemoveKeyboard?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"replyMarkupRemoveKeyboard"