Layer 220
InputPeerChat
Defines a chat for further interaction.
constructor
inputPeerChat#35a95cb9 chat_id:long = InputPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| ChatId | long | Chat identifier |
Returns
InputPeerGogram Example
// Creating InputPeerChat constructor obj := &tg.InputPeerChat{ ChatId: int64(0), }