Layer 227
Type

Gogram Example

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