Sha256: 6ed738d6bb655c41ce0c33346208766dc8f28e26165eba804ed9e2f194f73e43
Contents?: true
Size: 490 Bytes
Versions: 8
Compression:
Stored size: 490 Bytes
Contents
module Telegram module Bot module Types class ChatPermissions < Base attribute :can_send_messages, Boolean attribute :can_send_media_messages, Boolean attribute :can_send_polls, Boolean attribute :can_send_other_messages, Boolean attribute :can_add_web_page_previews, Boolean attribute :can_change_info, Boolean attribute :can_invite_users, Boolean attribute :can_pin_messages, Boolean end end end end
Version data entries
8 entries across 8 versions & 1 rubygems