type github.com/gotd/td/tg.UpdateReadChannelDiscussionInbox
40 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L890: type ReadChannelDiscussionInboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelDiscussionInbox) error
tl_handlers_gen.go#L895: return handler(ctx, e, update.(*UpdateReadChannelDiscussionInbox))
tl_registry_gen.go#L3906: UpdateReadChannelDiscussionInboxTypeID: func() bin.Object { return &UpdateReadChannelDiscussionInbox{} },
tl_update_gen.go#L15488: type UpdateReadChannelDiscussionInbox struct {
tl_update_gen.go#L15531: func (u UpdateReadChannelDiscussionInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L15535: _ bin.Encoder = &UpdateReadChannelDiscussionInbox{}
tl_update_gen.go#L15536: _ bin.Decoder = &UpdateReadChannelDiscussionInbox{}
tl_update_gen.go#L15537: _ bin.BareEncoder = &UpdateReadChannelDiscussionInbox{}
tl_update_gen.go#L15538: _ bin.BareDecoder = &UpdateReadChannelDiscussionInbox{}
tl_update_gen.go#L15540: _ UpdateClass = &UpdateReadChannelDiscussionInbox{}
tl_update_gen.go#L15543: func (u *UpdateReadChannelDiscussionInbox) Zero() bool {
tl_update_gen.go#L15570: func (u *UpdateReadChannelDiscussionInbox) String() string {
tl_update_gen.go#L15574: type Alias UpdateReadChannelDiscussionInbox
tl_update_gen.go#L15579: func (u *UpdateReadChannelDiscussionInbox) FillFrom(from interface {
tl_update_gen.go#L15602: func (*UpdateReadChannelDiscussionInbox) TypeID() uint32 {
tl_update_gen.go#L15607: func (*UpdateReadChannelDiscussionInbox) TypeName() string {
tl_update_gen.go#L15612: func (u *UpdateReadChannelDiscussionInbox) TypeInfo() tdp.Type {
tl_update_gen.go#L15649: func (u *UpdateReadChannelDiscussionInbox) SetFlags() {
tl_update_gen.go#L15659: func (u *UpdateReadChannelDiscussionInbox) Encode(b *bin.Buffer) error {
tl_update_gen.go#L15668: func (u *UpdateReadChannelDiscussionInbox) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L15689: func (u *UpdateReadChannelDiscussionInbox) Decode(b *bin.Buffer) error {
tl_update_gen.go#L15700: func (u *UpdateReadChannelDiscussionInbox) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L15748: func (u *UpdateReadChannelDiscussionInbox) GetChannelID() (value int64) {
tl_update_gen.go#L15756: func (u *UpdateReadChannelDiscussionInbox) GetTopMsgID() (value int) {
tl_update_gen.go#L15764: func (u *UpdateReadChannelDiscussionInbox) GetReadMaxID() (value int) {
tl_update_gen.go#L15772: func (u *UpdateReadChannelDiscussionInbox) SetBroadcastID(value int64) {
tl_update_gen.go#L15779: func (u *UpdateReadChannelDiscussionInbox) GetBroadcastID() (value int64, ok bool) {
tl_update_gen.go#L15790: func (u *UpdateReadChannelDiscussionInbox) SetBroadcastPost(value int) {
tl_update_gen.go#L15797: func (u *UpdateReadChannelDiscussionInbox) GetBroadcastPost() (value int, ok bool) {
tl_update_gen.go#L25497: v := UpdateReadChannelDiscussionInbox{}
tl_update_slices_gen.go#L1019: value, ok := elem.(*UpdateReadChannelDiscussionInbox)
tl_update_slices_gen.go#L7323: type UpdateReadChannelDiscussionInboxArray []UpdateReadChannelDiscussionInbox
tl_update_slices_gen.go#L7326: func (s UpdateReadChannelDiscussionInboxArray) Sort(less func(a, b UpdateReadChannelDiscussionInbox) bool) UpdateReadChannelDiscussionInboxArray {
tl_update_slices_gen.go#L7334: func (s UpdateReadChannelDiscussionInboxArray) SortStable(less func(a, b UpdateReadChannelDiscussionInbox) bool) UpdateReadChannelDiscussionInboxArray {
tl_update_slices_gen.go#L7342: func (s UpdateReadChannelDiscussionInboxArray) Retain(keep func(x UpdateReadChannelDiscussionInbox) bool) UpdateReadChannelDiscussionInboxArray {
tl_update_slices_gen.go#L7356: func (s UpdateReadChannelDiscussionInboxArray) First() (v UpdateReadChannelDiscussionInbox, ok bool) {
tl_update_slices_gen.go#L7364: func (s UpdateReadChannelDiscussionInboxArray) Last() (v UpdateReadChannelDiscussionInbox, ok bool) {
tl_update_slices_gen.go#L7372: func (s *UpdateReadChannelDiscussionInboxArray) PopFirst() (v UpdateReadChannelDiscussionInbox, ok bool) {
tl_update_slices_gen.go#L7382: var zero UpdateReadChannelDiscussionInbox
tl_update_slices_gen.go#L7391: func (s *UpdateReadChannelDiscussionInboxArray) Pop() (v UpdateReadChannelDiscussionInbox, 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. |