github.com/gotd/td/tg.InvokeAfterMsgsRequest.MsgIDs (field)
9 uses
github.com/gotd/td/tg (current package)
tl_invoke_after_msgs_gen.go#L40: MsgIDs []int64
tl_invoke_after_msgs_gen.go#L60: if !(i.MsgIDs == nil) {
tl_invoke_after_msgs_gen.go#L84: i.MsgIDs = from.GetMsgIDs()
tl_invoke_after_msgs_gen.go#L137: b.PutVectorHeader(len(i.MsgIDs))
tl_invoke_after_msgs_gen.go#L138: for _, v := range i.MsgIDs {
tl_invoke_after_msgs_gen.go#L170: i.MsgIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_invoke_after_msgs_gen.go#L177: i.MsgIDs = append(i.MsgIDs, value)
tl_invoke_after_msgs_gen.go#L193: return i.MsgIDs
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. |