github.com/gotd/td/tg.MessagesToggleBotInAttachMenuRequest.WriteAllowed (field)
7 uses
github.com/gotd/td/tg (current package)
tl_messages_toggle_bot_in_attach_menu_gen.go#L52: WriteAllowed bool
tl_messages_toggle_bot_in_attach_menu_gen.go#L77: if !(t.WriteAllowed == false) {
tl_messages_toggle_bot_in_attach_menu_gen.go#L105: t.WriteAllowed = from.GetWriteAllowed()
tl_messages_toggle_bot_in_attach_menu_gen.go#L152: if !(t.WriteAllowed == false) {
tl_messages_toggle_bot_in_attach_menu_gen.go#L206: t.WriteAllowed = t.Flags.Has(0)
tl_messages_toggle_bot_in_attach_menu_gen.go#L228: t.WriteAllowed = true
tl_messages_toggle_bot_in_attach_menu_gen.go#L231: t.WriteAllowed = false
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. |