type github.com/gotd/td/tg.UpdatesCombined
43 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L74: case *UpdatesCombined:
tl_registry_gen.go#L5412: UpdatesCombinedTypeID: func() bin.Object { return &UpdatesCombined{} },
tl_updates_gen.go#L1778: type UpdatesCombined struct {
tl_updates_gen.go#L1797: func (u UpdatesCombined) construct() UpdatesClass { return &u }
tl_updates_gen.go#L1801: _ bin.Encoder = &UpdatesCombined{}
tl_updates_gen.go#L1802: _ bin.Decoder = &UpdatesCombined{}
tl_updates_gen.go#L1803: _ bin.BareEncoder = &UpdatesCombined{}
tl_updates_gen.go#L1804: _ bin.BareDecoder = &UpdatesCombined{}
tl_updates_gen.go#L1806: _ UpdatesClass = &UpdatesCombined{}
tl_updates_gen.go#L1809: func (u *UpdatesCombined) Zero() bool {
tl_updates_gen.go#L1836: func (u *UpdatesCombined) String() string {
tl_updates_gen.go#L1840: type Alias UpdatesCombined
tl_updates_gen.go#L1845: func (u *UpdatesCombined) FillFrom(from interface {
tl_updates_gen.go#L1864: func (*UpdatesCombined) TypeID() uint32 {
tl_updates_gen.go#L1869: func (*UpdatesCombined) TypeName() string {
tl_updates_gen.go#L1874: func (u *UpdatesCombined) TypeInfo() tdp.Type {
tl_updates_gen.go#L1913: func (u *UpdatesCombined) Encode(b *bin.Buffer) error {
tl_updates_gen.go#L1922: func (u *UpdatesCombined) EncodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L1960: func (u *UpdatesCombined) Decode(b *bin.Buffer) error {
tl_updates_gen.go#L1971: func (u *UpdatesCombined) DecodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L2051: func (u *UpdatesCombined) GetUpdates() (value []UpdateClass) {
tl_updates_gen.go#L2059: func (u *UpdatesCombined) GetUsers() (value []UserClass) {
tl_updates_gen.go#L2067: func (u *UpdatesCombined) GetChats() (value []ChatClass) {
tl_updates_gen.go#L2075: func (u *UpdatesCombined) GetDate() (value int) {
tl_updates_gen.go#L2083: func (u *UpdatesCombined) GetSeqStart() (value int) {
tl_updates_gen.go#L2091: func (u *UpdatesCombined) GetSeq() (value int) {
tl_updates_gen.go#L2099: func (u *UpdatesCombined) MapUpdates() (value UpdateClassArray) {
tl_updates_gen.go#L2104: func (u *UpdatesCombined) MapUsers() (value UserClassArray) {
tl_updates_gen.go#L2109: func (u *UpdatesCombined) MapChats() (value ChatClassArray) {
tl_updates_gen.go#L2973: v := UpdatesCombined{}
tl_updates_slices_gen.go#L161: value, ok := elem.(*UpdatesCombined)
tl_updates_slices_gen.go#L542: type UpdatesCombinedArray []UpdatesCombined
tl_updates_slices_gen.go#L545: func (s UpdatesCombinedArray) Sort(less func(a, b UpdatesCombined) bool) UpdatesCombinedArray {
tl_updates_slices_gen.go#L553: func (s UpdatesCombinedArray) SortStable(less func(a, b UpdatesCombined) bool) UpdatesCombinedArray {
tl_updates_slices_gen.go#L561: func (s UpdatesCombinedArray) Retain(keep func(x UpdatesCombined) bool) UpdatesCombinedArray {
tl_updates_slices_gen.go#L575: func (s UpdatesCombinedArray) First() (v UpdatesCombined, ok bool) {
tl_updates_slices_gen.go#L583: func (s UpdatesCombinedArray) Last() (v UpdatesCombined, ok bool) {
tl_updates_slices_gen.go#L591: func (s *UpdatesCombinedArray) PopFirst() (v UpdatesCombined, ok bool) {
tl_updates_slices_gen.go#L601: var zero UpdatesCombined
tl_updates_slices_gen.go#L610: func (s *UpdatesCombinedArray) Pop() (v UpdatesCombined, ok bool) {
tl_updates_slices_gen.go#L625: return s.Sort(func(a, b UpdatesCombined) bool {
tl_updates_slices_gen.go#L632: return s.SortStable(func(a, b UpdatesCombined) bool {
github.com/gotd/td/telegram
handle_updates.go#L29: case *tg.UpdatesCombined:
 |
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. |