type github.com/gotd/td/tg.UpdateNewStickerSet
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L420: type NewStickerSetHandler func(ctx context.Context, e Entities, update *UpdateNewStickerSet) error
tl_handlers_gen.go#L425: return handler(ctx, e, update.(*UpdateNewStickerSet))
tl_registry_gen.go#L3859: UpdateNewStickerSetTypeID: func() bin.Object { return &UpdateNewStickerSet{} },
tl_update_gen.go#L6549: type UpdateNewStickerSet struct {
tl_update_gen.go#L6558: func (u UpdateNewStickerSet) construct() UpdateClass { return &u }
tl_update_gen.go#L6562: _ bin.Encoder = &UpdateNewStickerSet{}
tl_update_gen.go#L6563: _ bin.Decoder = &UpdateNewStickerSet{}
tl_update_gen.go#L6564: _ bin.BareEncoder = &UpdateNewStickerSet{}
tl_update_gen.go#L6565: _ bin.BareDecoder = &UpdateNewStickerSet{}
tl_update_gen.go#L6567: _ UpdateClass = &UpdateNewStickerSet{}
tl_update_gen.go#L6570: func (u *UpdateNewStickerSet) Zero() bool {
tl_update_gen.go#L6582: func (u *UpdateNewStickerSet) String() string {
tl_update_gen.go#L6586: type Alias UpdateNewStickerSet
tl_update_gen.go#L6591: func (u *UpdateNewStickerSet) FillFrom(from interface {
tl_update_gen.go#L6600: func (*UpdateNewStickerSet) TypeID() uint32 {
tl_update_gen.go#L6605: func (*UpdateNewStickerSet) TypeName() string {
tl_update_gen.go#L6610: func (u *UpdateNewStickerSet) TypeInfo() tdp.Type {
tl_update_gen.go#L6629: func (u *UpdateNewStickerSet) Encode(b *bin.Buffer) error {
tl_update_gen.go#L6638: func (u *UpdateNewStickerSet) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L6652: func (u *UpdateNewStickerSet) Decode(b *bin.Buffer) error {
tl_update_gen.go#L6663: func (u *UpdateNewStickerSet) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L6678: func (u *UpdateNewStickerSet) GetStickerset() (value MessagesStickerSetClass) {
tl_update_gen.go#L25168: v := UpdateNewStickerSet{}
tl_update_slices_gen.go#L525: value, ok := elem.(*UpdateNewStickerSet)
tl_update_slices_gen.go#L4151: type UpdateNewStickerSetArray []UpdateNewStickerSet
tl_update_slices_gen.go#L4154: func (s UpdateNewStickerSetArray) Sort(less func(a, b UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
tl_update_slices_gen.go#L4162: func (s UpdateNewStickerSetArray) SortStable(less func(a, b UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
tl_update_slices_gen.go#L4170: func (s UpdateNewStickerSetArray) Retain(keep func(x UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
tl_update_slices_gen.go#L4184: func (s UpdateNewStickerSetArray) First() (v UpdateNewStickerSet, ok bool) {
tl_update_slices_gen.go#L4192: func (s UpdateNewStickerSetArray) Last() (v UpdateNewStickerSet, ok bool) {
tl_update_slices_gen.go#L4200: func (s *UpdateNewStickerSetArray) PopFirst() (v UpdateNewStickerSet, ok bool) {
tl_update_slices_gen.go#L4210: var zero UpdateNewStickerSet
tl_update_slices_gen.go#L4219: func (s *UpdateNewStickerSetArray) Pop() (v UpdateNewStickerSet, 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. |