class TelegramBot::LoginUrl

Included Modules

Defined in:

telegram_bot/types/login_url.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(url : String, *, forward_text : String | Nil = nil, bot_username : String | Nil = nil, request_write_access : Bool | Nil = nil) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def bot_username : String | Nil #

def bot_username=(bot_username : String | Nil) #

def forward_text : String | Nil #

def forward_text=(forward_text : String | Nil) #

def request_write_access=(request_write_access : Bool | Nil) #

def request_write_access? : Bool | Nil #

def url : String #

def url=(url : String) #