Sha256: ec2a07c22b7d20210a18ee1abd02eec3bf9687c47cde0e26bfff82c0f00f4d8f

Contents?: true

Size: 478 Bytes

Versions: 3

Compression:

Stored size: 478 Bytes

Contents

module TD::Types
  # Instructs clients 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.
  #
  # @attr is_personal [Boolean] True, if the keyboard is removed only for the mentioned users or the target user of a
  #   reply.
  class ReplyMarkup::RemoveKeyboard < ReplyMarkup
    attribute :is_personal, TD::Types::Bool
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/reply_markup/remove_keyboard.rb
tdlib-ruby-2.1.0 lib/tdlib/types/reply_markup/remove_keyboard.rb
tdlib-ruby-2.0.0 lib/tdlib/types/reply_markup/remove_keyboard.rb