github.com/gotd/td/tg.ChatAdminRights.Decode (method, view implemented interface methods)
14 uses
github.com/gotd/td/tg (current package)
tl_bots_set_bot_broadcast_default_admin_rights_gen.go#L154: if err := s.AdminRights.Decode(b); err != nil {
tl_bots_set_bot_group_default_admin_rights_gen.go#L154: if err := s.AdminRights.Decode(b); err != nil {
tl_channel_participant_gen.go#L625: if err := c.AdminRights.Decode(b); err != nil {
tl_channel_participant_gen.go#L959: if err := c.AdminRights.Decode(b); err != nil {
tl_channels_edit_admin_gen.go#L215: if err := e.AdminRights.Decode(b); err != nil {
tl_chat_admin_rights_gen.go#L412: func (c *ChatAdminRights) Decode(b *bin.Buffer) error {
tl_chat_gen.go#L611: if err := c.AdminRights.Decode(b); err != nil {
tl_chat_gen.go#L2000: if err := c.AdminRights.Decode(b); err != nil {
tl_request_peer_type_gen.go#L543: if err := r.UserAdminRights.Decode(b); err != nil {
tl_request_peer_type_gen.go#L548: if err := r.BotAdminRights.Decode(b); err != nil {
tl_request_peer_type_gen.go#L894: if err := r.UserAdminRights.Decode(b); err != nil {
tl_request_peer_type_gen.go#L899: if err := r.BotAdminRights.Decode(b); err != nil {
tl_user_full_gen.go#L896: if err := u.BotGroupAdminRights.Decode(b); err != nil {
tl_user_full_gen.go#L901: if err := u.BotBroadcastAdminRights.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. |