github.com/gotd/td/tg.MessagesGetFactCheckRequest.MsgID (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_fact_check_gen.go#L48: MsgID []int
tl_messages_get_fact_check_gen.go#L69: if !(g.MsgID == nil) {
tl_messages_get_fact_check_gen.go#L91: g.MsgID = from.GetMsgID()
tl_messages_get_fact_check_gen.go#L149: b.PutVectorHeader(len(g.MsgID))
tl_messages_get_fact_check_gen.go#L150: for _, v := range g.MsgID {
tl_messages_get_fact_check_gen.go#L186: g.MsgID = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_messages_get_fact_check_gen.go#L193: g.MsgID = append(g.MsgID, value)
tl_messages_get_fact_check_gen.go#L212: return g.MsgID
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |