class TelegramBot::Models::File
- TelegramBot::Models::File
- TelegramBot::Models::Base
- Reference
- Object
Overview
https://core.telegram.org/bots/api#file
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#file
Instance Method Summary
- #file_id : String
- #file_id=(file_id : String)
- #file_path : String | Nil
- #file_path=(file_path : String | Nil)
- #file_size : Int32 | Nil
- #file_size=(file_size : Int32 | Nil)
- #file_unique_id : String
- #file_unique_id=(file_unique_id : String)