type github.com/gotd/td/tg.UpdateLangPack
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L674: type LangPackHandler func(ctx context.Context, e Entities, update *UpdateLangPack) error
tl_handlers_gen.go#L679: return handler(ctx, e, update.(*UpdateLangPack))
tl_registry_gen.go#L5295: UpdateLangPackTypeID: func() bin.Object { return &UpdateLangPack{} },
tl_update_gen.go#L11997: type UpdateLangPack struct {
tl_update_gen.go#L12006: func (u UpdateLangPack) construct() UpdateClass { return &u }
tl_update_gen.go#L12010: _ bin.Encoder = &UpdateLangPack{}
tl_update_gen.go#L12011: _ bin.Decoder = &UpdateLangPack{}
tl_update_gen.go#L12012: _ bin.BareEncoder = &UpdateLangPack{}
tl_update_gen.go#L12013: _ bin.BareDecoder = &UpdateLangPack{}
tl_update_gen.go#L12015: _ UpdateClass = &UpdateLangPack{}
tl_update_gen.go#L12018: func (u *UpdateLangPack) Zero() bool {
tl_update_gen.go#L12030: func (u *UpdateLangPack) String() string {
tl_update_gen.go#L12034: type Alias UpdateLangPack
tl_update_gen.go#L12039: func (u *UpdateLangPack) FillFrom(from interface {
tl_update_gen.go#L12048: func (*UpdateLangPack) TypeID() uint32 {
tl_update_gen.go#L12053: func (*UpdateLangPack) TypeName() string {
tl_update_gen.go#L12058: func (u *UpdateLangPack) TypeInfo() tdp.Type {
tl_update_gen.go#L12077: func (u *UpdateLangPack) Encode(b *bin.Buffer) error {
tl_update_gen.go#L12086: func (u *UpdateLangPack) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12097: func (u *UpdateLangPack) Decode(b *bin.Buffer) error {
tl_update_gen.go#L12108: func (u *UpdateLangPack) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12121: func (u *UpdateLangPack) GetDifference() (value LangPackDifference) {
tl_update_gen.go#L34592: v := UpdateLangPack{}
tl_update_slices_gen.go#L785: value, ok := elem.(*UpdateLangPack)
tl_update_slices_gen.go#L6298: type UpdateLangPackArray []UpdateLangPack
tl_update_slices_gen.go#L6301: func (s UpdateLangPackArray) Sort(less func(a, b UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L6309: func (s UpdateLangPackArray) SortStable(less func(a, b UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L6317: func (s UpdateLangPackArray) Retain(keep func(x UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L6331: func (s UpdateLangPackArray) First() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L6339: func (s UpdateLangPackArray) Last() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L6347: func (s *UpdateLangPackArray) PopFirst() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L6357: var zero UpdateLangPack
tl_update_slices_gen.go#L6366: func (s *UpdateLangPackArray) Pop() (v UpdateLangPack, 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. |