Sha256: 3ed75bc6c4195726a1083dc1f59beaba0ea11962ab4e66cdc96d6ff9046aa735

Contents?: true

Size: 420 Bytes

Versions: 3

Compression:

Stored size: 420 Bytes

Contents

module TD::Types
  # Instructs clients to force a reply to this message.
  #
  # @attr is_personal [Boolean] 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.
  class ReplyMarkup::ForceReply < 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/force_reply.rb
tdlib-ruby-2.1.0 lib/tdlib/types/reply_markup/force_reply.rb
tdlib-ruby-2.0.0 lib/tdlib/types/reply_markup/force_reply.rb