class
TelegramBot::InputProfilePhotoAnimated
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/business_profile.crConstructors
- .new(pull : JSON::PullParser)
- .new(animation : String | AttachedFile, *, main_frame_timestamp : Float64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #animation : String | AttachedFile
- #animation=(animation : String | AttachedFile)
- #collect_attachments(attachments : Hash(String, String | ::File)) : Nil
- #main_frame_timestamp : Float64 | Nil
- #main_frame_timestamp=(main_frame_timestamp : Float64 | Nil)
- #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