Package com.jtelegram.api.inline.result
Class InlineResultContact
- java.lang.Object
-
- com.jtelegram.api.inline.result.framework.InlineResult
-
- com.jtelegram.api.inline.result.framework.ThumbableInlineResult
-
- com.jtelegram.api.inline.result.framework.DimensionalThumbableInlineResult
-
- com.jtelegram.api.inline.result.InlineResultContact
-
public class InlineResultContact extends DimensionalThumbableInlineResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InlineResultContact.InlineResultContactBuilder
-
Nested classes/interfaces inherited from class com.jtelegram.api.inline.result.framework.InlineResult
InlineResult.Cached, InlineResult.Captioned, InlineResult.Describeable, InlineResult.Duratable, InlineResult.Titled, InlineResult.Urlable, InlineResult.Visual
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InlineResultContact.InlineResultContactBuilder
builder()
java.lang.String
getFirstName()
java.lang.String
getLastName()
java.lang.String
getPhoneNumber()
java.lang.String
getVcard()
java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.inline.result.framework.DimensionalThumbableInlineResult
getThumbHeight, getThumbWidth
-
Methods inherited from class com.jtelegram.api.inline.result.framework.ThumbableInlineResult
getThumbUrl
-
Methods inherited from class com.jtelegram.api.inline.result.framework.InlineResult
getId, getInputMessageContent, getReplyMarkup, getType
-
-
-
-
Method Detail
-
builder
public static InlineResultContact.InlineResultContactBuilder builder()
-
getPhoneNumber
public java.lang.String getPhoneNumber()
-
getFirstName
public java.lang.String getFirstName()
-
getLastName
public java.lang.String getLastName()
-
getVcard
public java.lang.String getVcard()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classDimensionalThumbableInlineResult
-
-