| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.message.send |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
SendableVoiceMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableStickerMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendablePhotoMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableVideoMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableDocumentMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableVenueMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableTextMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableChatAction.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableGameMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableLocationMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableForwardMessage.getType()
Gets the MessageType of this SendableMessage object
|
MessageType |
SendableAudioMessage.getType()
Gets the MessageType of this SendableMessage object
|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.