Layer 224
Type

Available Constructors

In Gogram, this type is represented as tg.SendMessageAction interface. Use any of the following constructors:

Gogram Example

// SendMessageAction is an interface type
// You can use any of the following constructors:
var _ tg.SendMessageAction = &tg.SendMessageTypingAction{}
var _ tg.SendMessageAction = &tg.SendMessageCancelAction{}
var _ tg.SendMessageAction = &tg.SendMessageRecordAudioAction{}
var _ tg.SendMessageAction = &tg.SendMessageRecordVideoAction{}
var _ tg.SendMessageAction = &tg.SendMessageUploadVideoAction{}
// ... and 14 more constructors