MCPcopy Create free account
hub / github.com/SakoDroid/telego / InputMessageContent

Interface InputMessageContent

objects/inputMessageContentObjects.go:10–13  ·  view source on GitHub ↗

*This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 5 types: InputTextMessageContent InputLocationMessageContent InputVenueMessageContent InputContactMessageContent InputInvoiceMessageContent*/

Source from the content-addressed store, hash-verified

8InputContactMessageContent
9InputInvoiceMessageContent*/
10type InputMessageContent interface {
11 /*Returns the full name of this object*/
12 GetType() string
13}
14
15/*Represents the content of a text message to be sent as the result of an inline query.*/
16type InputTextMessageContent struct {

Callers

nothing calls this directly

Implementers 15

Pollpoll.go
InputTextMessageContentobjects/inputMessageContentObjects.go
InputLocationMessageContentobjects/inputMessageContentObjects.go
InputVenueMessageContentobjects/inputMessageContentObjects.go
InputContactMessageContentobjects/inputMessageContentObjects.go
InputInvoiceMessageContentobjects/inputMessageContentObjects.go
ChosenInlineResultobjects/inputMessageContentObjects.go
Updateobjects/mainObjects.go
Pollv2/poll.go
InputTextMessageContentv2/objects/inputMessageContentObjects.
InputLocationMessageContentv2/objects/inputMessageContentObjects.
InputVenueMessageContentv2/objects/inputMessageContentObjects.

Calls

no outgoing calls

Tested by

no test coverage detected