type github.com/gotd/td/tg.UpdateLangPack
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L670: type LangPackHandler func(ctx context.Context, e Entities, update *UpdateLangPack) error
tl_handlers_gen.go#L675: return handler(ctx, e, update.(*UpdateLangPack))
tl_registry_gen.go#L3884: UpdateLangPackTypeID: func() bin.Object { return &UpdateLangPack{} },
tl_update_gen.go#L11767: type UpdateLangPack struct {
tl_update_gen.go#L11776: func (u UpdateLangPack) construct() UpdateClass { return &u }
tl_update_gen.go#L11780: _ bin.Encoder = &UpdateLangPack{}
tl_update_gen.go#L11781: _ bin.Decoder = &UpdateLangPack{}
tl_update_gen.go#L11782: _ bin.BareEncoder = &UpdateLangPack{}
tl_update_gen.go#L11783: _ bin.BareDecoder = &UpdateLangPack{}
tl_update_gen.go#L11785: _ UpdateClass = &UpdateLangPack{}
tl_update_gen.go#L11788: func (u *UpdateLangPack) Zero() bool {
tl_update_gen.go#L11800: func (u *UpdateLangPack) String() string {
tl_update_gen.go#L11804: type Alias UpdateLangPack
tl_update_gen.go#L11809: func (u *UpdateLangPack) FillFrom(from interface {
tl_update_gen.go#L11818: func (*UpdateLangPack) TypeID() uint32 {
tl_update_gen.go#L11823: func (*UpdateLangPack) TypeName() string {
tl_update_gen.go#L11828: func (u *UpdateLangPack) TypeInfo() tdp.Type {
tl_update_gen.go#L11847: func (u *UpdateLangPack) Encode(b *bin.Buffer) error {
tl_update_gen.go#L11856: func (u *UpdateLangPack) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L11867: func (u *UpdateLangPack) Decode(b *bin.Buffer) error {
tl_update_gen.go#L11878: func (u *UpdateLangPack) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L11891: func (u *UpdateLangPack) GetDifference() (value LangPackDifference) {
tl_update_gen.go#L25343: v := UpdateLangPack{}
tl_update_slices_gen.go#L785: value, ok := elem.(*UpdateLangPack)
tl_update_slices_gen.go#L5791: type UpdateLangPackArray []UpdateLangPack
tl_update_slices_gen.go#L5794: func (s UpdateLangPackArray) Sort(less func(a, b UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L5802: func (s UpdateLangPackArray) SortStable(less func(a, b UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L5810: func (s UpdateLangPackArray) Retain(keep func(x UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L5824: func (s UpdateLangPackArray) First() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L5832: func (s UpdateLangPackArray) Last() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L5840: func (s *UpdateLangPackArray) PopFirst() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L5850: var zero UpdateLangPack
tl_update_slices_gen.go#L5859: func (s *UpdateLangPackArray) Pop() (v UpdateLangPack, 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. |