github.com/gotd/td/tg.ChannelsCreateChannelRequest.ForImport (field)
7 uses
github.com/gotd/td/tg (current package)
tl_channels_create_channel_gen.go#L62: ForImport bool
tl_channels_create_channel_gen.go#L122: if !(c.ForImport == false) {
tl_channels_create_channel_gen.go#L170: c.ForImport = from.GetForImport()
tl_channels_create_channel_gen.go#L266: if !(c.ForImport == false) {
tl_channels_create_channel_gen.go#L343: c.ForImport = c.Flags.Has(3)
tl_channels_create_channel_gen.go#L425: c.ForImport = true
tl_channels_create_channel_gen.go#L428: c.ForImport = 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. |