class TelegramBot::InputMediaPhoto

Defined in:

telegram_bot/types/input_media_photo.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def caption : String | Nil #

[View source]
def caption=(_caption : String | Nil) #

[View source]
def media : String #

[View source]
def media=(_media : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def type : String #

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

[View source]