type github.com/gotd/td/tg.UpdateDialogPinned
38 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L590: type DialogPinnedHandler func(ctx context.Context, e Entities, update *UpdateDialogPinned) error
tl_handlers_gen.go#L595: return handler(ctx, e, update.(*UpdateDialogPinned))
tl_registry_gen.go#L3876: UpdateDialogPinnedTypeID: func() bin.Object { return &UpdateDialogPinned{} },
tl_update_gen.go#L10078: type UpdateDialogPinned struct {
tl_update_gen.go#L10101: func (u UpdateDialogPinned) construct() UpdateClass { return &u }
tl_update_gen.go#L10105: _ bin.Encoder = &UpdateDialogPinned{}
tl_update_gen.go#L10106: _ bin.Decoder = &UpdateDialogPinned{}
tl_update_gen.go#L10107: _ bin.BareEncoder = &UpdateDialogPinned{}
tl_update_gen.go#L10108: _ bin.BareDecoder = &UpdateDialogPinned{}
tl_update_gen.go#L10110: _ UpdateClass = &UpdateDialogPinned{}
tl_update_gen.go#L10113: func (u *UpdateDialogPinned) Zero() bool {
tl_update_gen.go#L10134: func (u *UpdateDialogPinned) String() string {
tl_update_gen.go#L10138: type Alias UpdateDialogPinned
tl_update_gen.go#L10143: func (u *UpdateDialogPinned) FillFrom(from interface {
tl_update_gen.go#L10159: func (*UpdateDialogPinned) TypeID() uint32 {
tl_update_gen.go#L10164: func (*UpdateDialogPinned) TypeName() string {
tl_update_gen.go#L10169: func (u *UpdateDialogPinned) TypeInfo() tdp.Type {
tl_update_gen.go#L10198: func (u *UpdateDialogPinned) SetFlags() {
tl_update_gen.go#L10208: func (u *UpdateDialogPinned) Encode(b *bin.Buffer) error {
tl_update_gen.go#L10217: func (u *UpdateDialogPinned) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10238: func (u *UpdateDialogPinned) Decode(b *bin.Buffer) error {
tl_update_gen.go#L10249: func (u *UpdateDialogPinned) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10277: func (u *UpdateDialogPinned) SetPinned(value bool) {
tl_update_gen.go#L10288: func (u *UpdateDialogPinned) GetPinned() (value bool) {
tl_update_gen.go#L10296: func (u *UpdateDialogPinned) SetFolderID(value int) {
tl_update_gen.go#L10303: func (u *UpdateDialogPinned) GetFolderID() (value int, ok bool) {
tl_update_gen.go#L10314: func (u *UpdateDialogPinned) GetPeer() (value DialogPeerClass) {
tl_update_gen.go#L25287: v := UpdateDialogPinned{}
tl_update_slices_gen.go#L681: value, ok := elem.(*UpdateDialogPinned)
tl_update_slices_gen.go#L5135: type UpdateDialogPinnedArray []UpdateDialogPinned
tl_update_slices_gen.go#L5138: func (s UpdateDialogPinnedArray) Sort(less func(a, b UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5146: func (s UpdateDialogPinnedArray) SortStable(less func(a, b UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5154: func (s UpdateDialogPinnedArray) Retain(keep func(x UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5168: func (s UpdateDialogPinnedArray) First() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5176: func (s UpdateDialogPinnedArray) Last() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5184: func (s *UpdateDialogPinnedArray) PopFirst() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5194: var zero UpdateDialogPinned
tl_update_slices_gen.go#L5203: func (s *UpdateDialogPinnedArray) Pop() (v UpdateDialogPinned, 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. |