type github.com/gotd/td/tg.UpdatePinnedDialogs
38 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L600: type PinnedDialogsHandler func(ctx context.Context, e Entities, update *UpdatePinnedDialogs) error
tl_handlers_gen.go#L605: return handler(ctx, e, update.(*UpdatePinnedDialogs))
tl_registry_gen.go#L3877: UpdatePinnedDialogsTypeID: func() bin.Object { return &UpdatePinnedDialogs{} },
tl_update_gen.go#L10325: type UpdatePinnedDialogs struct {
tl_update_gen.go#L10348: func (u UpdatePinnedDialogs) construct() UpdateClass { return &u }
tl_update_gen.go#L10352: _ bin.Encoder = &UpdatePinnedDialogs{}
tl_update_gen.go#L10353: _ bin.Decoder = &UpdatePinnedDialogs{}
tl_update_gen.go#L10354: _ bin.BareEncoder = &UpdatePinnedDialogs{}
tl_update_gen.go#L10355: _ bin.BareDecoder = &UpdatePinnedDialogs{}
tl_update_gen.go#L10357: _ UpdateClass = &UpdatePinnedDialogs{}
tl_update_gen.go#L10360: func (u *UpdatePinnedDialogs) Zero() bool {
tl_update_gen.go#L10378: func (u *UpdatePinnedDialogs) String() string {
tl_update_gen.go#L10382: type Alias UpdatePinnedDialogs
tl_update_gen.go#L10387: func (u *UpdatePinnedDialogs) FillFrom(from interface {
tl_update_gen.go#L10404: func (*UpdatePinnedDialogs) TypeID() uint32 {
tl_update_gen.go#L10409: func (*UpdatePinnedDialogs) TypeName() string {
tl_update_gen.go#L10414: func (u *UpdatePinnedDialogs) TypeInfo() tdp.Type {
tl_update_gen.go#L10439: func (u *UpdatePinnedDialogs) SetFlags() {
tl_update_gen.go#L10449: func (u *UpdatePinnedDialogs) Encode(b *bin.Buffer) error {
tl_update_gen.go#L10458: func (u *UpdatePinnedDialogs) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10484: func (u *UpdatePinnedDialogs) Decode(b *bin.Buffer) error {
tl_update_gen.go#L10495: func (u *UpdatePinnedDialogs) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10532: func (u *UpdatePinnedDialogs) SetFolderID(value int) {
tl_update_gen.go#L10539: func (u *UpdatePinnedDialogs) GetFolderID() (value int, ok bool) {
tl_update_gen.go#L10550: func (u *UpdatePinnedDialogs) SetOrder(value []DialogPeerClass) {
tl_update_gen.go#L10557: func (u *UpdatePinnedDialogs) GetOrder() (value []DialogPeerClass, ok bool) {
tl_update_gen.go#L10568: func (u *UpdatePinnedDialogs) MapOrder() (value DialogPeerClassArray, ok bool) {
tl_update_gen.go#L25294: v := UpdatePinnedDialogs{}
tl_update_slices_gen.go#L694: value, ok := elem.(*UpdatePinnedDialogs)
tl_update_slices_gen.go#L5217: type UpdatePinnedDialogsArray []UpdatePinnedDialogs
tl_update_slices_gen.go#L5220: func (s UpdatePinnedDialogsArray) Sort(less func(a, b UpdatePinnedDialogs) bool) UpdatePinnedDialogsArray {
tl_update_slices_gen.go#L5228: func (s UpdatePinnedDialogsArray) SortStable(less func(a, b UpdatePinnedDialogs) bool) UpdatePinnedDialogsArray {
tl_update_slices_gen.go#L5236: func (s UpdatePinnedDialogsArray) Retain(keep func(x UpdatePinnedDialogs) bool) UpdatePinnedDialogsArray {
tl_update_slices_gen.go#L5250: func (s UpdatePinnedDialogsArray) First() (v UpdatePinnedDialogs, ok bool) {
tl_update_slices_gen.go#L5258: func (s UpdatePinnedDialogsArray) Last() (v UpdatePinnedDialogs, ok bool) {
tl_update_slices_gen.go#L5266: func (s *UpdatePinnedDialogsArray) PopFirst() (v UpdatePinnedDialogs, ok bool) {
tl_update_slices_gen.go#L5276: var zero UpdatePinnedDialogs
tl_update_slices_gen.go#L5285: func (s *UpdatePinnedDialogsArray) Pop() (v UpdatePinnedDialogs, 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. |