github.com/gotd/td/tg.Chat.MigratedTo (field)
9 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L215: MigratedTo InputChannelClass
tl_chat_gen.go#L291: if !(c.MigratedTo == nil) {
tl_chat_gen.go#L344: c.MigratedTo = val
tl_chat_gen.go#L473: if !(c.MigratedTo == nil) {
tl_chat_gen.go#L514: if c.MigratedTo == nil {
tl_chat_gen.go#L517: if err := c.MigratedTo.Encode(b); err != nil {
tl_chat_gen.go#L608: c.MigratedTo = value
tl_chat_gen.go#L788: c.MigratedTo = value
tl_chat_gen.go#L800: return c.MigratedTo, true
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. |