const github.com/gotd/td/constant.ZeroTDLibChannelID

4 uses

	github.com/gotd/td/constant (current package)
		tdlib_ids.go#L9: 	ZeroTDLibChannelID = -1000000000000
		tdlib_ids.go#L41: 	*id = TDLibPeerID(ZeroTDLibChannelID - p) // same as ZeroTDLibChannelID + (p * -1)
		tdlib_ids.go#L52: 		r = -(int64(id) - ZeroTDLibChannelID)
		tdlib_ids.go#L77: 	if id == ZeroTDLibChannelID || id.IsChat() {