Sha256: 6118eafa03e5661672b284a05aa1789346d6d6104a70e52b74192ce826c98ec3
Contents?: true
Size: 518 Bytes
Versions: 3
Compression:
Stored size: 518 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ReplyParameters < Base attribute :message_id, Types::Integer attribute? :chat_id, Types::Integer | Types::String attribute? :allow_sending_without_reply, Types::Bool attribute? :quote, Types::String attribute? :quote_parse_mode, Types::String attribute? :quote_entities, Types::Array.of(MessageEntity) attribute? :quote_position, Types::Integer end end end end
Version data entries
3 entries across 3 versions & 1 rubygems