type github.com/gotd/td/tg.UpdateReadChannelDiscussionOutbox
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L904: type ReadChannelDiscussionOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelDiscussionOutbox) error
tl_handlers_gen.go#L909: return handler(ctx, e, update.(*UpdateReadChannelDiscussionOutbox))
tl_registry_gen.go#L5318: UpdateReadChannelDiscussionOutboxTypeID: func() bin.Object { return &UpdateReadChannelDiscussionOutbox{} },
tl_update_gen.go#L16441: type UpdateReadChannelDiscussionOutbox struct {
tl_update_gen.go#L16463: func (u UpdateReadChannelDiscussionOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L16467: _ bin.Encoder = &UpdateReadChannelDiscussionOutbox{}
tl_update_gen.go#L16468: _ bin.Decoder = &UpdateReadChannelDiscussionOutbox{}
tl_update_gen.go#L16469: _ bin.BareEncoder = &UpdateReadChannelDiscussionOutbox{}
tl_update_gen.go#L16470: _ bin.BareDecoder = &UpdateReadChannelDiscussionOutbox{}
tl_update_gen.go#L16472: _ UpdateClass = &UpdateReadChannelDiscussionOutbox{}
tl_update_gen.go#L16475: func (u *UpdateReadChannelDiscussionOutbox) Zero() bool {
tl_update_gen.go#L16493: func (u *UpdateReadChannelDiscussionOutbox) String() string {
tl_update_gen.go#L16497: type Alias UpdateReadChannelDiscussionOutbox
tl_update_gen.go#L16502: func (u *UpdateReadChannelDiscussionOutbox) FillFrom(from interface {
tl_update_gen.go#L16515: func (*UpdateReadChannelDiscussionOutbox) TypeID() uint32 {
tl_update_gen.go#L16520: func (*UpdateReadChannelDiscussionOutbox) TypeName() string {
tl_update_gen.go#L16525: func (u *UpdateReadChannelDiscussionOutbox) TypeInfo() tdp.Type {
tl_update_gen.go#L16552: func (u *UpdateReadChannelDiscussionOutbox) Encode(b *bin.Buffer) error {
tl_update_gen.go#L16561: func (u *UpdateReadChannelDiscussionOutbox) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L16572: func (u *UpdateReadChannelDiscussionOutbox) Decode(b *bin.Buffer) error {
tl_update_gen.go#L16583: func (u *UpdateReadChannelDiscussionOutbox) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L16612: func (u *UpdateReadChannelDiscussionOutbox) GetChannelID() (value int64) {
tl_update_gen.go#L16620: func (u *UpdateReadChannelDiscussionOutbox) GetTopMsgID() (value int) {
tl_update_gen.go#L16628: func (u *UpdateReadChannelDiscussionOutbox) GetReadMaxID() (value int) {
tl_update_gen.go#L34753: v := UpdateReadChannelDiscussionOutbox{}
tl_update_slices_gen.go#L1032: value, ok := elem.(*UpdateReadChannelDiscussionOutbox)
tl_update_slices_gen.go#L7912: type UpdateReadChannelDiscussionOutboxArray []UpdateReadChannelDiscussionOutbox
tl_update_slices_gen.go#L7915: func (s UpdateReadChannelDiscussionOutboxArray) Sort(less func(a, b UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
tl_update_slices_gen.go#L7923: func (s UpdateReadChannelDiscussionOutboxArray) SortStable(less func(a, b UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
tl_update_slices_gen.go#L7931: func (s UpdateReadChannelDiscussionOutboxArray) Retain(keep func(x UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
tl_update_slices_gen.go#L7945: func (s UpdateReadChannelDiscussionOutboxArray) First() (v UpdateReadChannelDiscussionOutbox, ok bool) {
tl_update_slices_gen.go#L7953: func (s UpdateReadChannelDiscussionOutboxArray) Last() (v UpdateReadChannelDiscussionOutbox, ok bool) {
tl_update_slices_gen.go#L7961: func (s *UpdateReadChannelDiscussionOutboxArray) PopFirst() (v UpdateReadChannelDiscussionOutbox, ok bool) {
tl_update_slices_gen.go#L7971: var zero UpdateReadChannelDiscussionOutbox
tl_update_slices_gen.go#L7980: func (s *UpdateReadChannelDiscussionOutboxArray) Pop() (v UpdateReadChannelDiscussionOutbox, 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. |