Layer 224
constructor
inputPeerChat#35a95cb9 chat_id:long = InputPeer;

Parameters

Name Type Description
ChatId long Chat identifier

Returns

InputPeer

Gogram Example

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