github.com/gotd/td/tg.ChatBannedRights.Decode (method, view implemented interface methods)
10 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L2586: if err := c.PrevBannedRights.Decode(b); err != nil {
tl_channel_admin_log_event_action_gen.go#L2591: if err := c.NewBannedRights.Decode(b); err != nil {
tl_channel_participant_gen.go#L1301: if err := c.BannedRights.Decode(b); err != nil {
tl_channels_edit_banned_gen.go#L203: if err := e.BannedRights.Decode(b); err != nil {
tl_chat_banned_rights_gen.go#L512: func (c *ChatBannedRights) Decode(b *bin.Buffer) error {
tl_chat_gen.go#L616: if err := c.DefaultBannedRights.Decode(b); err != nil {
tl_chat_gen.go#L2005: if err := c.BannedRights.Decode(b); err != nil {
tl_chat_gen.go#L2010: if err := c.DefaultBannedRights.Decode(b); err != nil {
tl_messages_edit_chat_default_banned_rights_gen.go#L176: if err := e.BannedRights.Decode(b); err != nil {
tl_update_gen.go#L13110: if err := u.DefaultBannedRights.Decode(b); err != nil {
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. |