github.com/gotd/td/tg.UpdateBotDeleteBusinessMessage.Messages (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L27244: Messages []int
tl_update_gen.go#L27278: if !(u.Messages == nil) {
tl_update_gen.go#L27306: u.Messages = from.GetMessages()
tl_update_gen.go#L27374: b.PutVectorHeader(len(u.Messages))
tl_update_gen.go#L27375: for _, v := range u.Messages {
tl_update_gen.go#L27419: u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L27426: u.Messages = append(u.Messages, value)
tl_update_gen.go#L27460: return u.Messages
![]() |
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. |