Layer 220
PeerColor
Abstract type representing one of 3 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.PeerColor interface.
Use any of the following constructors:
Gogram Example
// PeerColor is an interface type // You can use any of the following constructors: var _ tg.PeerColor = &tg.InputPeerColorCollectible{} var _ tg.PeerColor = &tg.PeerColorCollectible{} var _ tg.PeerColor = &tg.PeerColor{}