Sha256: 5251eae8d71a6c335d5b9dc05e19543793c2da6b6f0a8fd95db3d58a79387c84
Contents?: true
Size: 905 Bytes
Versions: 1
Compression:
Stored size: 905 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatAdministratorRights < Base attribute :is_anonymous, Types::Bool attribute :can_manage_chat, Types::Bool attribute :can_delete_messages, Types::Bool attribute :can_manage_video_chats, Types::Bool attribute :can_restrict_members, Types::Bool attribute :can_promote_members, Types::Bool attribute :can_change_info, Types::Bool attribute :can_invite_users, Types::Bool attribute? :can_post_messages, Types::Bool attribute? :can_edit_messages, Types::Bool attribute? :can_pin_messages, Types::Bool attribute? :can_post_stories, Types::Bool attribute? :can_edit_stories, Types::Bool attribute? :can_delete_stories, Types::Bool attribute? :can_manage_topics, Types::Bool end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/chat_administrator_rights.rb |