Sha256: b33b8a560b152daf6ec5b5862f9c26b51d6053059a440a65393ee67e4a452d97

Contents?: true

Size: 424 Bytes

Versions: 3

Compression:

Stored size: 424 Bytes

Contents

module TD::Types
  # Instructs application 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-schema-1.7.0.3 lib/tdlib/types/reply_markup/force_reply.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/reply_markup/force_reply.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/reply_markup/force_reply.rb