type github.com/gotd/td/tg.UpdateChatDefaultBannedRights
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L740: type ChatDefaultBannedRightsHandler func(ctx context.Context, e Entities, update *UpdateChatDefaultBannedRights) error
tl_handlers_gen.go#L745: return handler(ctx, e, update.(*UpdateChatDefaultBannedRights))
tl_registry_gen.go#L3891: UpdateChatDefaultBannedRightsTypeID: func() bin.Object { return &UpdateChatDefaultBannedRights{} },
tl_update_gen.go#L12958: type UpdateChatDefaultBannedRights struct {
tl_update_gen.go#L12971: func (u UpdateChatDefaultBannedRights) construct() UpdateClass { return &u }
tl_update_gen.go#L12975: _ bin.Encoder = &UpdateChatDefaultBannedRights{}
tl_update_gen.go#L12976: _ bin.Decoder = &UpdateChatDefaultBannedRights{}
tl_update_gen.go#L12977: _ bin.BareEncoder = &UpdateChatDefaultBannedRights{}
tl_update_gen.go#L12978: _ bin.BareDecoder = &UpdateChatDefaultBannedRights{}
tl_update_gen.go#L12980: _ UpdateClass = &UpdateChatDefaultBannedRights{}
tl_update_gen.go#L12983: func (u *UpdateChatDefaultBannedRights) Zero() bool {
tl_update_gen.go#L13001: func (u *UpdateChatDefaultBannedRights) String() string {
tl_update_gen.go#L13005: type Alias UpdateChatDefaultBannedRights
tl_update_gen.go#L13010: func (u *UpdateChatDefaultBannedRights) FillFrom(from interface {
tl_update_gen.go#L13023: func (*UpdateChatDefaultBannedRights) TypeID() uint32 {
tl_update_gen.go#L13028: func (*UpdateChatDefaultBannedRights) TypeName() string {
tl_update_gen.go#L13033: func (u *UpdateChatDefaultBannedRights) TypeInfo() tdp.Type {
tl_update_gen.go#L13060: func (u *UpdateChatDefaultBannedRights) Encode(b *bin.Buffer) error {
tl_update_gen.go#L13069: func (u *UpdateChatDefaultBannedRights) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L13087: func (u *UpdateChatDefaultBannedRights) Decode(b *bin.Buffer) error {
tl_update_gen.go#L13098: func (u *UpdateChatDefaultBannedRights) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L13125: func (u *UpdateChatDefaultBannedRights) GetPeer() (value PeerClass) {
tl_update_gen.go#L13133: func (u *UpdateChatDefaultBannedRights) GetDefaultBannedRights() (value ChatBannedRights) {
tl_update_gen.go#L13141: func (u *UpdateChatDefaultBannedRights) GetVersion() (value int) {
tl_update_gen.go#L25392: v := UpdateChatDefaultBannedRights{}
tl_update_slices_gen.go#L850: value, ok := elem.(*UpdateChatDefaultBannedRights)
tl_update_slices_gen.go#L6201: type UpdateChatDefaultBannedRightsArray []UpdateChatDefaultBannedRights
tl_update_slices_gen.go#L6204: func (s UpdateChatDefaultBannedRightsArray) Sort(less func(a, b UpdateChatDefaultBannedRights) bool) UpdateChatDefaultBannedRightsArray {
tl_update_slices_gen.go#L6212: func (s UpdateChatDefaultBannedRightsArray) SortStable(less func(a, b UpdateChatDefaultBannedRights) bool) UpdateChatDefaultBannedRightsArray {
tl_update_slices_gen.go#L6220: func (s UpdateChatDefaultBannedRightsArray) Retain(keep func(x UpdateChatDefaultBannedRights) bool) UpdateChatDefaultBannedRightsArray {
tl_update_slices_gen.go#L6234: func (s UpdateChatDefaultBannedRightsArray) First() (v UpdateChatDefaultBannedRights, ok bool) {
tl_update_slices_gen.go#L6242: func (s UpdateChatDefaultBannedRightsArray) Last() (v UpdateChatDefaultBannedRights, ok bool) {
tl_update_slices_gen.go#L6250: func (s *UpdateChatDefaultBannedRightsArray) PopFirst() (v UpdateChatDefaultBannedRights, ok bool) {
tl_update_slices_gen.go#L6260: var zero UpdateChatDefaultBannedRights
tl_update_slices_gen.go#L6269: func (s *UpdateChatDefaultBannedRightsArray) Pop() (v UpdateChatDefaultBannedRights, ok bool) {
|
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. |