class
TelegramBot::InputPaidMediaPhoto
- TelegramBot::InputPaidMediaPhoto
- TelegramBot::InputPaidMedia
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/input_paid_media.crConstructors
- .new(pull : JSON::PullParser)
- .new(media : String | AttachedFile)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #collect_attachments(attachments : Hash(String, String | ::File)) : Nil
- #media : String | AttachedFile
- #media=(media : String | AttachedFile)
- #type : String
- #type=(type : String)