github.com/gotd/td/tg.MessagesSendQuickReplyMessagesRequest.ID (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_send_quick_reply_messages_gen.go#L48: ID []int
tl_messages_send_quick_reply_messages_gen.go#L75: if !(s.ID == nil) {
tl_messages_send_quick_reply_messages_gen.go#L103: s.ID = from.GetID()
tl_messages_send_quick_reply_messages_gen.go#L171: b.PutVectorHeader(len(s.ID))
tl_messages_send_quick_reply_messages_gen.go#L172: for _, v := range s.ID {
tl_messages_send_quick_reply_messages_gen.go#L219: s.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_messages_send_quick_reply_messages_gen.go#L226: s.ID = append(s.ID, value)
tl_messages_send_quick_reply_messages_gen.go#L270: return s.ID
![]() |
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. |