Layer 224
Type

Gogram Example

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