type github.com/gotd/td/tg.UpdatePrivacy
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L294: type PrivacyHandler func(ctx context.Context, e Entities, update *UpdatePrivacy) error
tl_handlers_gen.go#L299: return handler(ctx, e, update.(*UpdatePrivacy))
tl_registry_gen.go#L5257: UpdatePrivacyTypeID: func() bin.Object { return &UpdatePrivacy{} },
tl_update_gen.go#L3763: type UpdatePrivacy struct {
tl_update_gen.go#L3774: func (u UpdatePrivacy) construct() UpdateClass { return &u }
tl_update_gen.go#L3778: _ bin.Encoder = &UpdatePrivacy{}
tl_update_gen.go#L3779: _ bin.Decoder = &UpdatePrivacy{}
tl_update_gen.go#L3780: _ bin.BareEncoder = &UpdatePrivacy{}
tl_update_gen.go#L3781: _ bin.BareDecoder = &UpdatePrivacy{}
tl_update_gen.go#L3783: _ UpdateClass = &UpdatePrivacy{}
tl_update_gen.go#L3786: func (u *UpdatePrivacy) Zero() bool {
tl_update_gen.go#L3801: func (u *UpdatePrivacy) String() string {
tl_update_gen.go#L3805: type Alias UpdatePrivacy
tl_update_gen.go#L3810: func (u *UpdatePrivacy) FillFrom(from interface {
tl_update_gen.go#L3821: func (*UpdatePrivacy) TypeID() uint32 {
tl_update_gen.go#L3826: func (*UpdatePrivacy) TypeName() string {
tl_update_gen.go#L3831: func (u *UpdatePrivacy) TypeInfo() tdp.Type {
tl_update_gen.go#L3854: func (u *UpdatePrivacy) Encode(b *bin.Buffer) error {
tl_update_gen.go#L3863: func (u *UpdatePrivacy) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L3886: func (u *UpdatePrivacy) Decode(b *bin.Buffer) error {
tl_update_gen.go#L3897: func (u *UpdatePrivacy) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L3929: func (u *UpdatePrivacy) GetKey() (value PrivacyKeyClass) {
tl_update_gen.go#L3937: func (u *UpdatePrivacy) GetRules() (value []PrivacyRuleClass) {
tl_update_gen.go#L3945: func (u *UpdatePrivacy) MapRules() (value PrivacyRuleClassArray) {
tl_update_gen.go#L34326: v := UpdatePrivacy{}
tl_update_slices_gen.go#L356: value, ok := elem.(*UpdatePrivacy)
tl_update_slices_gen.go#L3564: type UpdatePrivacyArray []UpdatePrivacy
tl_update_slices_gen.go#L3567: func (s UpdatePrivacyArray) Sort(less func(a, b UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3575: func (s UpdatePrivacyArray) SortStable(less func(a, b UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3583: func (s UpdatePrivacyArray) Retain(keep func(x UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3597: func (s UpdatePrivacyArray) First() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3605: func (s UpdatePrivacyArray) Last() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3613: func (s *UpdatePrivacyArray) PopFirst() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3623: var zero UpdatePrivacy
tl_update_slices_gen.go#L3632: func (s *UpdatePrivacyArray) Pop() (v UpdatePrivacy, ok bool) {
 |
The pages are generated with Golds v0.8.5. (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. |