github.com/gotd/td/tg.UpdateChannelParticipant.NewParticipant (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L18293: NewParticipant ChannelParticipantClass
tl_update_gen.go#L18349: if !(u.NewParticipant == nil) {
tl_update_gen.go#L18393: u.NewParticipant = val
tl_update_gen.go#L18478: if !(u.NewParticipant == nil) {
tl_update_gen.go#L18517: if u.NewParticipant == nil {
tl_update_gen.go#L18520: if err := u.NewParticipant.Encode(b); err != nil {
tl_update_gen.go#L18598: u.NewParticipant = value
tl_update_gen.go#L18689: u.NewParticipant = value
tl_update_gen.go#L18701: return u.NewParticipant, 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. |