Layer 224
Type

Gogram Example

// InputMedia is an interface type
// You can use any of the following constructors:
var _ tg.InputMedia = &tg.InputMediaContact{}
var _ tg.InputMedia = &tg.InputMediaPhoto{}
var _ tg.InputMedia = &tg.InputMediaGeoPoint{}
var _ tg.InputMedia = &tg.InputMediaUploadedDocument{}
var _ tg.InputMedia = &tg.InputMediaEmpty{}
// ... and 15 more constructors