github.com/gotd/td/tg.InputMessageCallbackQuery.QueryID (field)
6 uses
github.com/gotd/td/tg (current package)
tl_input_message_gen.go#L415: QueryID int64
tl_input_message_gen.go#L441: if !(i.QueryID == 0) {
tl_input_message_gen.go#L463: i.QueryID = from.GetQueryID()
tl_input_message_gen.go#L516: b.PutLong(i.QueryID)
tl_input_message_gen.go#L548: i.QueryID = value
tl_input_message_gen.go#L566: return i.QueryID
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. |