github.com/gotd/td/tg.InputPeerChat.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()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |