type github.com/gotd/td/tg.UpdatePeerSettings
34 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L760: type PeerSettingsHandler func(ctx context.Context, e Entities, update *UpdatePeerSettings) error
tl_handlers_gen.go#L765: return handler(ctx, e, update.(*UpdatePeerSettings))
tl_registry_gen.go#L3893: UpdatePeerSettingsTypeID: func() bin.Object { return &UpdatePeerSettings{} },
tl_update_gen.go#L13365: type UpdatePeerSettings struct {
tl_update_gen.go#L13376: func (u UpdatePeerSettings) construct() UpdateClass { return &u }
tl_update_gen.go#L13380: _ bin.Encoder = &UpdatePeerSettings{}
tl_update_gen.go#L13381: _ bin.Decoder = &UpdatePeerSettings{}
tl_update_gen.go#L13382: _ bin.BareEncoder = &UpdatePeerSettings{}
tl_update_gen.go#L13383: _ bin.BareDecoder = &UpdatePeerSettings{}
tl_update_gen.go#L13385: _ UpdateClass = &UpdatePeerSettings{}
tl_update_gen.go#L13388: func (u *UpdatePeerSettings) Zero() bool {
tl_update_gen.go#L13403: func (u *UpdatePeerSettings) String() string {
tl_update_gen.go#L13407: type Alias UpdatePeerSettings
tl_update_gen.go#L13412: func (u *UpdatePeerSettings) FillFrom(from interface {
tl_update_gen.go#L13423: func (*UpdatePeerSettings) TypeID() uint32 {
tl_update_gen.go#L13428: func (*UpdatePeerSettings) TypeName() string {
tl_update_gen.go#L13433: func (u *UpdatePeerSettings) TypeInfo() tdp.Type {
tl_update_gen.go#L13456: func (u *UpdatePeerSettings) Encode(b *bin.Buffer) error {
tl_update_gen.go#L13465: func (u *UpdatePeerSettings) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L13482: func (u *UpdatePeerSettings) Decode(b *bin.Buffer) error {
tl_update_gen.go#L13493: func (u *UpdatePeerSettings) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L13513: func (u *UpdatePeerSettings) GetPeer() (value PeerClass) {
tl_update_gen.go#L13521: func (u *UpdatePeerSettings) GetSettings() (value PeerSettings) {
tl_update_gen.go#L25406: v := UpdatePeerSettings{}
tl_update_slices_gen.go#L876: value, ok := elem.(*UpdatePeerSettings)
tl_update_slices_gen.go#L6365: type UpdatePeerSettingsArray []UpdatePeerSettings
tl_update_slices_gen.go#L6368: func (s UpdatePeerSettingsArray) Sort(less func(a, b UpdatePeerSettings) bool) UpdatePeerSettingsArray {
tl_update_slices_gen.go#L6376: func (s UpdatePeerSettingsArray) SortStable(less func(a, b UpdatePeerSettings) bool) UpdatePeerSettingsArray {
tl_update_slices_gen.go#L6384: func (s UpdatePeerSettingsArray) Retain(keep func(x UpdatePeerSettings) bool) UpdatePeerSettingsArray {
tl_update_slices_gen.go#L6398: func (s UpdatePeerSettingsArray) First() (v UpdatePeerSettings, ok bool) {
tl_update_slices_gen.go#L6406: func (s UpdatePeerSettingsArray) Last() (v UpdatePeerSettings, ok bool) {
tl_update_slices_gen.go#L6414: func (s *UpdatePeerSettingsArray) PopFirst() (v UpdatePeerSettings, ok bool) {
tl_update_slices_gen.go#L6424: var zero UpdatePeerSettings
tl_update_slices_gen.go#L6433: func (s *UpdatePeerSettingsArray) Pop() (v UpdatePeerSettings, 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. |