type github.com/gotd/td/tg.UpdateDialogPinned
38 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L594: type DialogPinnedHandler func(ctx context.Context, e Entities, update *UpdateDialogPinned) error
tl_handlers_gen.go#L599: return handler(ctx, e, update.(*UpdateDialogPinned))
tl_registry_gen.go#L5287: UpdateDialogPinnedTypeID: func() bin.Object { return &UpdateDialogPinned{} },
tl_update_gen.go#L10307: type UpdateDialogPinned struct {
tl_update_gen.go#L10330: func (u UpdateDialogPinned) construct() UpdateClass { return &u }
tl_update_gen.go#L10334: _ bin.Encoder = &UpdateDialogPinned{}
tl_update_gen.go#L10335: _ bin.Decoder = &UpdateDialogPinned{}
tl_update_gen.go#L10336: _ bin.BareEncoder = &UpdateDialogPinned{}
tl_update_gen.go#L10337: _ bin.BareDecoder = &UpdateDialogPinned{}
tl_update_gen.go#L10339: _ UpdateClass = &UpdateDialogPinned{}
tl_update_gen.go#L10342: func (u *UpdateDialogPinned) Zero() bool {
tl_update_gen.go#L10363: func (u *UpdateDialogPinned) String() string {
tl_update_gen.go#L10367: type Alias UpdateDialogPinned
tl_update_gen.go#L10372: func (u *UpdateDialogPinned) FillFrom(from interface {
tl_update_gen.go#L10388: func (*UpdateDialogPinned) TypeID() uint32 {
tl_update_gen.go#L10393: func (*UpdateDialogPinned) TypeName() string {
tl_update_gen.go#L10398: func (u *UpdateDialogPinned) TypeInfo() tdp.Type {
tl_update_gen.go#L10427: func (u *UpdateDialogPinned) SetFlags() {
tl_update_gen.go#L10437: func (u *UpdateDialogPinned) Encode(b *bin.Buffer) error {
tl_update_gen.go#L10446: func (u *UpdateDialogPinned) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10467: func (u *UpdateDialogPinned) Decode(b *bin.Buffer) error {
tl_update_gen.go#L10478: func (u *UpdateDialogPinned) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10506: func (u *UpdateDialogPinned) SetPinned(value bool) {
tl_update_gen.go#L10517: func (u *UpdateDialogPinned) GetPinned() (value bool) {
tl_update_gen.go#L10525: func (u *UpdateDialogPinned) SetFolderID(value int) {
tl_update_gen.go#L10532: func (u *UpdateDialogPinned) GetFolderID() (value int, ok bool) {
tl_update_gen.go#L10543: func (u *UpdateDialogPinned) GetPeer() (value DialogPeerClass) {
tl_update_gen.go#L34536: v := UpdateDialogPinned{}
tl_update_slices_gen.go#L681: value, ok := elem.(*UpdateDialogPinned)
tl_update_slices_gen.go#L5642: type UpdateDialogPinnedArray []UpdateDialogPinned
tl_update_slices_gen.go#L5645: func (s UpdateDialogPinnedArray) Sort(less func(a, b UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5653: func (s UpdateDialogPinnedArray) SortStable(less func(a, b UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5661: func (s UpdateDialogPinnedArray) Retain(keep func(x UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5675: func (s UpdateDialogPinnedArray) First() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5683: func (s UpdateDialogPinnedArray) Last() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5691: func (s *UpdateDialogPinnedArray) PopFirst() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5701: var zero UpdateDialogPinned
tl_update_slices_gen.go#L5710: func (s *UpdateDialogPinnedArray) Pop() (v UpdateDialogPinned, 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. |