class TelegramBot::InputMediaPhoto

Included Modules

Defined in:

telegram_bot/types/input_media_photo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : 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 parse_mode : String | Nil #

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

[View source]
def type : String #

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

[View source]