Package com.jtelegram.api.message.impl
Class ContactMessage
- java.lang.Object
-
- com.jtelegram.api.message.Message<Contact>
-
- com.jtelegram.api.message.impl.ContactMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jtelegram.api.message.Message
Message.Deserializer
-
-
Constructor Summary
Constructors Constructor Description ContactMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Contact
getContact()
Contact
getContent()
java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.message.Message
getAuthorSignature, getChat, getDate, getEditDate, getForwardDate, getForwardedFrom, getForwardedFromChat, getForwardedFromMessageId, getForwardSignature, getFrom, getMessageId, getReplyToMessage, getSender, toDeleteRequest, toEditReplyMarkupRequest, toForwardRequest
-
-