class Tourmaline::BotCommandScopeAllChatAdministrators

Overview

Represents the scope of bot commands, covering all group and supergroup chat administrators.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(type : String) #

[View source]

Instance Method Detail

def type : String #

Scope type, must be all_chat_administrators


[View source]
def type=(type : String) #

Scope type, must be all_chat_administrators


[View source]