class TelegramBot::Document
- TelegramBot::Document
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/document.crConstructors
Instance Method Summary
- #file_id : String
- #file_id=(file_id : String)
- #file_name : String | Nil
- #file_name=(file_name : String | Nil)
- #file_size : Int32 | Nil
- #file_size=(file_size : Int32 | Nil)
- #mime_type : String | Nil
- #mime_type=(mime_type : String | Nil)
- #thumb : PhotoSize | Nil
- #thumb=(thumb : PhotoSize | Nil)