type github.com/gotd/td/tg.UpdatePrivacy
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L290: type PrivacyHandler func(ctx context.Context, e Entities, update *UpdatePrivacy) error
tl_handlers_gen.go#L295: return handler(ctx, e, update.(*UpdatePrivacy))
tl_registry_gen.go#L3846: UpdatePrivacyTypeID: func() bin.Object { return &UpdatePrivacy{} },
tl_update_gen.go#L3673: type UpdatePrivacy struct {
tl_update_gen.go#L3684: func (u UpdatePrivacy) construct() UpdateClass { return &u }
tl_update_gen.go#L3688: _ bin.Encoder = &UpdatePrivacy{}
tl_update_gen.go#L3689: _ bin.Decoder = &UpdatePrivacy{}
tl_update_gen.go#L3690: _ bin.BareEncoder = &UpdatePrivacy{}
tl_update_gen.go#L3691: _ bin.BareDecoder = &UpdatePrivacy{}
tl_update_gen.go#L3693: _ UpdateClass = &UpdatePrivacy{}
tl_update_gen.go#L3696: func (u *UpdatePrivacy) Zero() bool {
tl_update_gen.go#L3711: func (u *UpdatePrivacy) String() string {
tl_update_gen.go#L3715: type Alias UpdatePrivacy
tl_update_gen.go#L3720: func (u *UpdatePrivacy) FillFrom(from interface {
tl_update_gen.go#L3731: func (*UpdatePrivacy) TypeID() uint32 {
tl_update_gen.go#L3736: func (*UpdatePrivacy) TypeName() string {
tl_update_gen.go#L3741: func (u *UpdatePrivacy) TypeInfo() tdp.Type {
tl_update_gen.go#L3764: func (u *UpdatePrivacy) Encode(b *bin.Buffer) error {
tl_update_gen.go#L3773: func (u *UpdatePrivacy) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L3796: func (u *UpdatePrivacy) Decode(b *bin.Buffer) error {
tl_update_gen.go#L3807: func (u *UpdatePrivacy) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L3839: func (u *UpdatePrivacy) GetKey() (value PrivacyKeyClass) {
tl_update_gen.go#L3847: func (u *UpdatePrivacy) GetRules() (value []PrivacyRuleClass) {
tl_update_gen.go#L3855: func (u *UpdatePrivacy) MapRules() (value PrivacyRuleClassArray) {
tl_update_gen.go#L25077: v := UpdatePrivacy{}
tl_update_slices_gen.go#L356: value, ok := elem.(*UpdatePrivacy)
tl_update_slices_gen.go#L3057: type UpdatePrivacyArray []UpdatePrivacy
tl_update_slices_gen.go#L3060: func (s UpdatePrivacyArray) Sort(less func(a, b UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3068: func (s UpdatePrivacyArray) SortStable(less func(a, b UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3076: func (s UpdatePrivacyArray) Retain(keep func(x UpdatePrivacy) bool) UpdatePrivacyArray {
tl_update_slices_gen.go#L3090: func (s UpdatePrivacyArray) First() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3098: func (s UpdatePrivacyArray) Last() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3106: func (s *UpdatePrivacyArray) PopFirst() (v UpdatePrivacy, ok bool) {
tl_update_slices_gen.go#L3116: var zero UpdatePrivacy
tl_update_slices_gen.go#L3125: func (s *UpdatePrivacyArray) Pop() (v UpdatePrivacy, 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. |