Layer 224
constructor
peerChat#36c6019a chat_id:long = Peer;

Parameters

Name Type Description
ChatId long Group identifier

Returns

Peer

Gogram Example

// Creating PeerChat constructor
obj := &tg.PeerChat{
    ChatId: int64(1234567890),
}