Package dev. inmo. tgbotapi. types. message. content
Types
Contact Content
Link copied to clipboard
Dice Content
Link copied to clipboard
Game Content
Link copied to clipboard
Live Location Content
Link copied to clipboard
LocationContent which represents content with LiveLocation. In case you are tracking this content throw message changes, may evolve to StaticLocationContent
Location Content
Link copied to clipboard
MessageContent with location. This interface contains copy method for cases when you do not want to use some class casts for copying of content
Location Content Serializer
Link copied to clipboard
KSerializer for LocationContent
Poll Content
Link copied to clipboard
Static Location Content
Link copied to clipboard
data class StaticLocationContent(location: StaticLocation) : LocationContent
Content copied to clipboard
Just a LocationContent with StaticLocation. It could be LiveLocationContent in previous time in case when somebody has sent LiveLocation in chat and then stop to broadcast location
Text Content
Link copied to clipboard
data class TextContent(text: String, textSources: TextSourcesList) : MessageContent, TextedInput
Content copied to clipboard
Venue Content
Link copied to clipboard