github.com/gotd/td/tg.MessagesSavePreparedInlineMessageRequest.PeerTypes (field)
12 uses
github.com/gotd/td/tg (current package)
tl_messages_save_prepared_inline_message_gen.go#L59: PeerTypes []InlineQueryPeerTypeClass
tl_messages_save_prepared_inline_message_gen.go#L86: if !(s.PeerTypes == nil) {
tl_messages_save_prepared_inline_message_gen.go#L111: s.PeerTypes = val
tl_messages_save_prepared_inline_message_gen.go#L158: if !(s.PeerTypes == nil) {
tl_messages_save_prepared_inline_message_gen.go#L194: b.PutVectorHeader(len(s.PeerTypes))
tl_messages_save_prepared_inline_message_gen.go#L195: for idx, v := range s.PeerTypes {
tl_messages_save_prepared_inline_message_gen.go#L249: s.PeerTypes = make([]InlineQueryPeerTypeClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_save_prepared_inline_message_gen.go#L256: s.PeerTypes = append(s.PeerTypes, value)
tl_messages_save_prepared_inline_message_gen.go#L281: s.PeerTypes = value
tl_messages_save_prepared_inline_message_gen.go#L293: return s.PeerTypes, true
tl_messages_save_prepared_inline_message_gen.go#L301: return InlineQueryPeerTypeClassArray(s.PeerTypes), true
![]() |
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. |