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 : Int64 | Nil
- #file_size=(file_size : Int64 | Nil)
- #file_unique_id : String
- #file_unique_id=(file_unique_id : String)
- #mime_type : String | Nil
- #mime_type=(mime_type : String | Nil)
- #thumbnail : PhotoSize | Nil
- #thumbnail=(thumbnail : PhotoSize | Nil)