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#L1559: 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#L542: func (c *ChatBannedRights) Decode(b *bin.Buffer) error {
tl_chat_gen.go#L629: if err := c.DefaultBannedRights.Decode(b); err != nil {
tl_chat_gen.go#L2316: if err := c.BannedRights.Decode(b); err != nil {
tl_chat_gen.go#L2321: 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#L13608: if err := u.DefaultBannedRights.Decode(b); err != nil {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |