T - the return type of the methodpublic interface TelegramMethod<T extends java.io.Serializable>
| Modifier and Type | Method and Description |
|---|---|
default java.util.Map<java.lang.String,UploadFile> |
getFiles()
Return the file parameters of the method.
|
java.lang.String |
getName()
Returns the name of the method.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Return the parameters of the method.
|
java.lang.reflect.Type |
getReturnType()
Returns the return type of the method.
|
java.lang.String getName()
java.util.Map<java.lang.String,java.lang.Object> getParameters()
java.lang.reflect.Type getReturnType()
default java.util.Map<java.lang.String,UploadFile> getFiles()