github.com/gotd/td/tg.MessagesForwardMessagesRequest.RandomID (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_forward_messages_gen.go#L66: RandomID []int64
tl_messages_forward_messages_gen.go#L128: if !(f.RandomID == nil) {
tl_messages_forward_messages_gen.go#L180: f.RandomID = from.GetRandomID()
tl_messages_forward_messages_gen.go#L343: b.PutVectorHeader(len(f.RandomID))
tl_messages_forward_messages_gen.go#L344: for _, v := range f.RandomID {
tl_messages_forward_messages_gen.go#L428: f.RandomID = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_messages_forward_messages_gen.go#L435: f.RandomID = append(f.RandomID, value)
tl_messages_forward_messages_gen.go#L604: return f.RandomID
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. |