class TelegramBot::InputMediaLink

Included Modules

Defined in:

telegram_bot/types/input_media_link.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::InputMedia

to_json(json : JSON::Builder) to_json

Constructor Detail

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

def self.new(url : String) #

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

Instance Method Detail

def type : String #

def type=(type : String) #

def url : String #

def url=(url : String) #