com.pengrad.telegrambot.model
Class Document

java.lang.Object
  extended by com.pengrad.telegrambot.model.Document

public class Document
extends java.lang.Object

stas 8/5/15.


Field Summary
 java.lang.String file_id
           
 java.lang.String file_name
           
 java.lang.Integer file_size
           
 java.lang.String mime_type
           
 PhotoSize thumb
           
 
Constructor Summary
Document()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file_id

public java.lang.String file_id

thumb

public PhotoSize thumb

file_name

public java.lang.String file_name

mime_type

public java.lang.String mime_type

file_size

public java.lang.Integer file_size
Constructor Detail

Document

public Document()