type github.com/gotd/td/tg.UpdateChannelAvailableMessages
34 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L710: type ChannelAvailableMessagesHandler func(ctx context.Context, e Entities, update *UpdateChannelAvailableMessages) error
tl_handlers_gen.go#L715: return handler(ctx, e, update.(*UpdateChannelAvailableMessages))
tl_registry_gen.go#L3888: UpdateChannelAvailableMessagesTypeID: func() bin.Object { return &UpdateChannelAvailableMessages{} },
tl_update_gen.go#L12366: type UpdateChannelAvailableMessages struct {
tl_update_gen.go#L12377: func (u UpdateChannelAvailableMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L12381: _ bin.Encoder = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12382: _ bin.Decoder = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12383: _ bin.BareEncoder = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12384: _ bin.BareDecoder = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12386: _ UpdateClass = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12389: func (u *UpdateChannelAvailableMessages) Zero() bool {
tl_update_gen.go#L12404: func (u *UpdateChannelAvailableMessages) String() string {
tl_update_gen.go#L12408: type Alias UpdateChannelAvailableMessages
tl_update_gen.go#L12413: func (u *UpdateChannelAvailableMessages) FillFrom(from interface {
tl_update_gen.go#L12424: func (*UpdateChannelAvailableMessages) TypeID() uint32 {
tl_update_gen.go#L12429: func (*UpdateChannelAvailableMessages) TypeName() string {
tl_update_gen.go#L12434: func (u *UpdateChannelAvailableMessages) TypeInfo() tdp.Type {
tl_update_gen.go#L12457: func (u *UpdateChannelAvailableMessages) Encode(b *bin.Buffer) error {
tl_update_gen.go#L12466: func (u *UpdateChannelAvailableMessages) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12476: func (u *UpdateChannelAvailableMessages) Decode(b *bin.Buffer) error {
tl_update_gen.go#L12487: func (u *UpdateChannelAvailableMessages) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12509: func (u *UpdateChannelAvailableMessages) GetChannelID() (value int64) {
tl_update_gen.go#L12517: func (u *UpdateChannelAvailableMessages) GetAvailableMinID() (value int) {
tl_update_gen.go#L25371: v := UpdateChannelAvailableMessages{}
tl_update_slices_gen.go#L811: value, ok := elem.(*UpdateChannelAvailableMessages)
tl_update_slices_gen.go#L5955: type UpdateChannelAvailableMessagesArray []UpdateChannelAvailableMessages
tl_update_slices_gen.go#L5958: func (s UpdateChannelAvailableMessagesArray) Sort(less func(a, b UpdateChannelAvailableMessages) bool) UpdateChannelAvailableMessagesArray {
tl_update_slices_gen.go#L5966: func (s UpdateChannelAvailableMessagesArray) SortStable(less func(a, b UpdateChannelAvailableMessages) bool) UpdateChannelAvailableMessagesArray {
tl_update_slices_gen.go#L5974: func (s UpdateChannelAvailableMessagesArray) Retain(keep func(x UpdateChannelAvailableMessages) bool) UpdateChannelAvailableMessagesArray {
tl_update_slices_gen.go#L5988: func (s UpdateChannelAvailableMessagesArray) First() (v UpdateChannelAvailableMessages, ok bool) {
tl_update_slices_gen.go#L5996: func (s UpdateChannelAvailableMessagesArray) Last() (v UpdateChannelAvailableMessages, ok bool) {
tl_update_slices_gen.go#L6004: func (s *UpdateChannelAvailableMessagesArray) PopFirst() (v UpdateChannelAvailableMessages, ok bool) {
tl_update_slices_gen.go#L6014: var zero UpdateChannelAvailableMessages
tl_update_slices_gen.go#L6023: func (s *UpdateChannelAvailableMessagesArray) Pop() (v UpdateChannelAvailableMessages, 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. |