| Package | Description |
|---|---|
| org.telegram.api.functions.messages | |
| org.telegram.api.input.media | |
| org.telegram.bot.kernel |
| Modifier and Type | Method and Description |
|---|---|
TLAbsInputMedia |
TLRequestMessagesSendMedia.getMedia()
Gets media.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLRequestMessagesSendMedia.setMedia(TLAbsInputMedia value)
Sets media.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLInputMediaContact
The type TL input media contact.
|
class |
TLInputMediaDocument
The type TL input media document.
|
class |
TLInputMediaDocumentExternal
The type TL input media photo.
|
class |
TLInputMediaEmpty
The type TL input media empty.
|
class |
TLInputMediaGame
The type TL input media photo.
|
class |
TLInputMediaGeoPoint
The type TL input media geo point.
|
class |
TLInputMediaGifExternal
The type TL input media document.
|
class |
TLInputMediaInvoice |
class |
TLInputMediaPhoto
The type TL input media photo.
|
class |
TLInputMediaPhotoExternal
The type TL input media photo.
|
class |
TLInputMediaUploadedDocument
The type TL input media uploaded document.
|
class |
TLInputMediaUploadedPhoto
The type TL input media uploaded photo.
|
class |
TLInputMediaUploadedThumbDocument
The type TL input media uploaded thumb document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IKernelComm.sendGroupMedia(@NotNull Chat group,
@NotNull TLAbsInputMedia media) |
void |
KernelComm.sendGroupMedia(@NotNull Chat chat,
@NotNull TLAbsInputMedia media) |
void |
IKernelComm.sendMedia(@NotNull IUser user,
@NotNull TLAbsInputMedia media) |
void |
KernelComm.sendMedia(@NotNull IUser user,
@NotNull TLAbsInputMedia media) |
Copyright © 2017. All rights reserved.