github.com/gotd/td/tg.MessagesSearchStickersRequest.LangCode (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_search_stickers_gen.go#L55: LangCode []string
tl_messages_search_stickers_gen.go#L102: if !(s.LangCode == nil) {
tl_messages_search_stickers_gen.go#L140: s.LangCode = from.GetLangCode()
tl_messages_search_stickers_gen.go#L229: b.PutVectorHeader(len(s.LangCode))
tl_messages_search_stickers_gen.go#L230: for _, v := range s.LangCode {
tl_messages_search_stickers_gen.go#L282: s.LangCode = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_messages_search_stickers_gen.go#L289: s.LangCode = append(s.LangCode, value)
tl_messages_search_stickers_gen.go#L356: return s.LangCode
![]() |
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. |