class
TelegramBot::InputProfilePhotoStatic
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/business_profile.crConstructors
- .new(pull : JSON::PullParser)
- .new(photo : String | AttachedFile)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #collect_attachments(attachments : Hash(String, String | ::File)) : Nil
- #photo : String | AttachedFile
- #photo=(photo : String | AttachedFile)
- #type : String
- #type=(type : String)
Instance methods inherited from class TelegramBot::InputProfilePhoto
type : String
type,
type=(type : String)
type=
Constructor methods inherited from class TelegramBot::InputProfilePhoto
new(pull : JSON::PullParser)new(type : String)
new(*, __pull_for_json_serializable pull : JSON::PullParser) new