Sha256: 33baaa23d188e6328ef74aedb2fdacc53158e4a31ce37a1247acae0884125786
Contents?: true
Size: 736 Bytes
Versions: 3
Compression:
Stored size: 736 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class Chat < Base attribute :id, Integer attribute :type, String attribute :title, String attribute :username, String attribute :first_name, String attribute :last_name, String attribute :all_members_are_administrators, Boolean attribute :photo, ChatPhoto attribute :description, String attribute :invite_link, String attribute :pinned_message, Message attribute :permissions, ChatPermissions attribute :slow_mode_delay, Integer attribute :sticker_set_name, String attribute :can_set_sticker_set, Boolean end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/chat.rb |
telegram-bot-types-0.6.3 | lib/telegram/bot/types/chat.rb |
telegram-bot-types-0.6.2 | lib/telegram/bot/types/chat.rb |