type github.com/gotd/td/tg.UpdatesCombined
43 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L73: case *UpdatesCombined:
tl_registry_gen.go#L3959: UpdatesCombinedTypeID: func() bin.Object { return &UpdatesCombined{} },
tl_updates_gen.go#L1771: type UpdatesCombined struct {
tl_updates_gen.go#L1790: func (u UpdatesCombined) construct() UpdatesClass { return &u }
tl_updates_gen.go#L1794: _ bin.Encoder = &UpdatesCombined{}
tl_updates_gen.go#L1795: _ bin.Decoder = &UpdatesCombined{}
tl_updates_gen.go#L1796: _ bin.BareEncoder = &UpdatesCombined{}
tl_updates_gen.go#L1797: _ bin.BareDecoder = &UpdatesCombined{}
tl_updates_gen.go#L1799: _ UpdatesClass = &UpdatesCombined{}
tl_updates_gen.go#L1802: func (u *UpdatesCombined) Zero() bool {
tl_updates_gen.go#L1829: func (u *UpdatesCombined) String() string {
tl_updates_gen.go#L1833: type Alias UpdatesCombined
tl_updates_gen.go#L1838: func (u *UpdatesCombined) FillFrom(from interface {
tl_updates_gen.go#L1857: func (*UpdatesCombined) TypeID() uint32 {
tl_updates_gen.go#L1862: func (*UpdatesCombined) TypeName() string {
tl_updates_gen.go#L1867: func (u *UpdatesCombined) TypeInfo() tdp.Type {
tl_updates_gen.go#L1906: func (u *UpdatesCombined) Encode(b *bin.Buffer) error {
tl_updates_gen.go#L1915: func (u *UpdatesCombined) EncodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L1953: func (u *UpdatesCombined) Decode(b *bin.Buffer) error {
tl_updates_gen.go#L1964: func (u *UpdatesCombined) DecodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L2044: func (u *UpdatesCombined) GetUpdates() (value []UpdateClass) {
tl_updates_gen.go#L2052: func (u *UpdatesCombined) GetUsers() (value []UserClass) {
tl_updates_gen.go#L2060: func (u *UpdatesCombined) GetChats() (value []ChatClass) {
tl_updates_gen.go#L2068: func (u *UpdatesCombined) GetDate() (value int) {
tl_updates_gen.go#L2076: func (u *UpdatesCombined) GetSeqStart() (value int) {
tl_updates_gen.go#L2084: func (u *UpdatesCombined) GetSeq() (value int) {
tl_updates_gen.go#L2092: func (u *UpdatesCombined) MapUpdates() (value UpdateClassArray) {
tl_updates_gen.go#L2097: func (u *UpdatesCombined) MapUsers() (value UserClassArray) {
tl_updates_gen.go#L2102: func (u *UpdatesCombined) MapChats() (value ChatClassArray) {
tl_updates_gen.go#L2957: 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#L28: case *tg.UpdatesCombined:
|
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. |