Layer 220
Type

Gogram Example

// InputPeer is an interface type
// You can use any of the following constructors:
var _ tg.InputPeer = &tg.InputPeerUser{}
var _ tg.InputPeer = &tg.InputPeerEmpty{}
var _ tg.InputPeer = &tg.InputPeerUserFromMessage{}
var _ tg.InputPeer = &tg.InputPeerChannelFromMessage{}
var _ tg.InputPeer = &tg.InputPeerChannel{}
// ... and 2 more constructors