github.com/gotd/td/tg.PeerChat.ChatID (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L3157: 	value.ChatID = c.GetID()
		tl_input_peer_gen.go#L244: 	ChatID int64
		tl_input_peer_gen.go#L267: 	if !(i.ChatID == 0) {
		tl_input_peer_gen.go#L287: 	i.ChatID = from.GetChatID()
		tl_input_peer_gen.go#L335: 	b.PutLong(i.ChatID)
		tl_input_peer_gen.go#L360: 		i.ChatID = value
		tl_input_peer_gen.go#L370: 	return i.ChatID
		tl_peer_gen.go#L480: 	value.ChatID = p.GetChatID()