type github.com/gotd/td/tg.UpdateDialogFilters
21 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L860: type DialogFiltersHandler func(ctx context.Context, e Entities, update *UpdateDialogFilters) error
tl_handlers_gen.go#L865: return handler(ctx, e, update.(*UpdateDialogFilters))
tl_registry_gen.go#L3903: UpdateDialogFiltersTypeID: func() bin.Object { return &UpdateDialogFilters{} },
tl_update_gen.go#L15032: type UpdateDialogFilters struct {
tl_update_gen.go#L15039: func (u UpdateDialogFilters) construct() UpdateClass { return &u }
tl_update_gen.go#L15043: _ bin.Encoder = &UpdateDialogFilters{}
tl_update_gen.go#L15044: _ bin.Decoder = &UpdateDialogFilters{}
tl_update_gen.go#L15045: _ bin.BareEncoder = &UpdateDialogFilters{}
tl_update_gen.go#L15046: _ bin.BareDecoder = &UpdateDialogFilters{}
tl_update_gen.go#L15048: _ UpdateClass = &UpdateDialogFilters{}
tl_update_gen.go#L15051: func (u *UpdateDialogFilters) Zero() bool {
tl_update_gen.go#L15060: func (u *UpdateDialogFilters) String() string {
tl_update_gen.go#L15064: type Alias UpdateDialogFilters
tl_update_gen.go#L15071: func (*UpdateDialogFilters) TypeID() uint32 {
tl_update_gen.go#L15076: func (*UpdateDialogFilters) TypeName() string {
tl_update_gen.go#L15081: func (u *UpdateDialogFilters) TypeInfo() tdp.Type {
tl_update_gen.go#L15095: func (u *UpdateDialogFilters) Encode(b *bin.Buffer) error {
tl_update_gen.go#L15104: func (u *UpdateDialogFilters) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L15112: func (u *UpdateDialogFilters) Decode(b *bin.Buffer) error {
tl_update_gen.go#L15123: func (u *UpdateDialogFilters) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L25476: v := UpdateDialogFilters{}
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. |