type github.com/gotd/td/tg.UpdateShort
42 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L79: case *UpdateShort:
tl_registry_gen.go#L3958: UpdateShortTypeID: func() bin.Object { return &UpdateShort{} },
tl_updates_gen.go#L1604: type UpdateShort struct {
tl_updates_gen.go#L1615: func (u UpdateShort) construct() UpdatesClass { return &u }
tl_updates_gen.go#L1619: _ bin.Encoder = &UpdateShort{}
tl_updates_gen.go#L1620: _ bin.Decoder = &UpdateShort{}
tl_updates_gen.go#L1621: _ bin.BareEncoder = &UpdateShort{}
tl_updates_gen.go#L1622: _ bin.BareDecoder = &UpdateShort{}
tl_updates_gen.go#L1624: _ UpdatesClass = &UpdateShort{}
tl_updates_gen.go#L1627: func (u *UpdateShort) Zero() bool {
tl_updates_gen.go#L1642: func (u *UpdateShort) String() string {
tl_updates_gen.go#L1646: type Alias UpdateShort
tl_updates_gen.go#L1651: func (u *UpdateShort) FillFrom(from interface {
tl_updates_gen.go#L1662: func (*UpdateShort) TypeID() uint32 {
tl_updates_gen.go#L1667: func (*UpdateShort) TypeName() string {
tl_updates_gen.go#L1672: func (u *UpdateShort) TypeInfo() tdp.Type {
tl_updates_gen.go#L1695: func (u *UpdateShort) Encode(b *bin.Buffer) error {
tl_updates_gen.go#L1704: func (u *UpdateShort) EncodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L1719: func (u *UpdateShort) Decode(b *bin.Buffer) error {
tl_updates_gen.go#L1730: func (u *UpdateShort) DecodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L1752: func (u *UpdateShort) GetUpdate() (value UpdateClass) {
tl_updates_gen.go#L1760: func (u *UpdateShort) GetDate() (value int) {
tl_updates_gen.go#L2950: v := UpdateShort{}
tl_updates_slices_gen.go#L148: value, ok := elem.(*UpdateShort)
tl_updates_slices_gen.go#L446: type UpdateShortArray []UpdateShort
tl_updates_slices_gen.go#L449: func (s UpdateShortArray) Sort(less func(a, b UpdateShort) bool) UpdateShortArray {
tl_updates_slices_gen.go#L457: func (s UpdateShortArray) SortStable(less func(a, b UpdateShort) bool) UpdateShortArray {
tl_updates_slices_gen.go#L465: func (s UpdateShortArray) Retain(keep func(x UpdateShort) bool) UpdateShortArray {
tl_updates_slices_gen.go#L479: func (s UpdateShortArray) First() (v UpdateShort, ok bool) {
tl_updates_slices_gen.go#L487: func (s UpdateShortArray) Last() (v UpdateShort, ok bool) {
tl_updates_slices_gen.go#L495: func (s *UpdateShortArray) PopFirst() (v UpdateShort, ok bool) {
tl_updates_slices_gen.go#L505: var zero UpdateShort
tl_updates_slices_gen.go#L514: func (s *UpdateShortArray) Pop() (v UpdateShort, ok bool) {
tl_updates_slices_gen.go#L529: return s.Sort(func(a, b UpdateShort) bool {
tl_updates_slices_gen.go#L536: return s.SortStable(func(a, b UpdateShort) bool {
github.com/gotd/td/telegram
handle_updates.go#L31: case *tg.UpdateShort:
github.com/gotd/td/telegram/internal/upconv
upconv.go#L42: func ShortMessage(u *tg.UpdateShortMessage) *tg.UpdateShort {
upconv.go#L61: return &tg.UpdateShort{
upconv.go#L72: func ShortChatMessage(u *tg.UpdateShortChatMessage) *tg.UpdateShort {
upconv.go#L88: return &tg.UpdateShort{
upconv.go#L99: func ShortSentMessage(u *tg.UpdateShortSentMessage) *tg.UpdateShort {
upconv.go#L107: return &tg.UpdateShort{
|
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. |