type github.com/gotd/td/tg.UpdateChannelPinnedTopics

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1190: type ChannelPinnedTopicsHandler func(ctx context.Context, e Entities, update *UpdateChannelPinnedTopics) error
		tl_handlers_gen.go#L1195: 		return handler(ctx, e, update.(*UpdateChannelPinnedTopics))
		tl_registry_gen.go#L3936: 		UpdateChannelPinnedTopicsTypeID:                          func() bin.Object { return &UpdateChannelPinnedTopics{} },
		tl_update_gen.go#L22082: type UpdateChannelPinnedTopics struct {
		tl_update_gen.go#L22100: func (u UpdateChannelPinnedTopics) construct() UpdateClass { return &u }
		tl_update_gen.go#L22104: 	_ bin.Encoder     = &UpdateChannelPinnedTopics{}
		tl_update_gen.go#L22105: 	_ bin.Decoder     = &UpdateChannelPinnedTopics{}
		tl_update_gen.go#L22106: 	_ bin.BareEncoder = &UpdateChannelPinnedTopics{}
		tl_update_gen.go#L22107: 	_ bin.BareDecoder = &UpdateChannelPinnedTopics{}
		tl_update_gen.go#L22109: 	_ UpdateClass = &UpdateChannelPinnedTopics{}
		tl_update_gen.go#L22112: func (u *UpdateChannelPinnedTopics) Zero() bool {
		tl_update_gen.go#L22130: func (u *UpdateChannelPinnedTopics) String() string {
		tl_update_gen.go#L22134: 	type Alias UpdateChannelPinnedTopics
		tl_update_gen.go#L22139: func (u *UpdateChannelPinnedTopics) FillFrom(from interface {
		tl_update_gen.go#L22153: func (*UpdateChannelPinnedTopics) TypeID() uint32 {
		tl_update_gen.go#L22158: func (*UpdateChannelPinnedTopics) TypeName() string {
		tl_update_gen.go#L22163: func (u *UpdateChannelPinnedTopics) TypeInfo() tdp.Type {
		tl_update_gen.go#L22187: func (u *UpdateChannelPinnedTopics) SetFlags() {
		tl_update_gen.go#L22194: func (u *UpdateChannelPinnedTopics) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L22203: func (u *UpdateChannelPinnedTopics) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L22222: func (u *UpdateChannelPinnedTopics) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L22233: func (u *UpdateChannelPinnedTopics) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L22270: func (u *UpdateChannelPinnedTopics) GetChannelID() (value int64) {
		tl_update_gen.go#L22278: func (u *UpdateChannelPinnedTopics) SetOrder(value []int) {
		tl_update_gen.go#L22285: func (u *UpdateChannelPinnedTopics) GetOrder() (value []int, ok bool) {
		tl_update_gen.go#L25707: 		v := UpdateChannelPinnedTopics{}
		tl_update_slices_gen.go#L1344: 		value, ok := elem.(*UpdateChannelPinnedTopics)
		tl_update_slices_gen.go#L9429: type UpdateChannelPinnedTopicsArray []UpdateChannelPinnedTopics
		tl_update_slices_gen.go#L9432: func (s UpdateChannelPinnedTopicsArray) Sort(less func(a, b UpdateChannelPinnedTopics) bool) UpdateChannelPinnedTopicsArray {
		tl_update_slices_gen.go#L9440: func (s UpdateChannelPinnedTopicsArray) SortStable(less func(a, b UpdateChannelPinnedTopics) bool) UpdateChannelPinnedTopicsArray {
		tl_update_slices_gen.go#L9448: func (s UpdateChannelPinnedTopicsArray) Retain(keep func(x UpdateChannelPinnedTopics) bool) UpdateChannelPinnedTopicsArray {
		tl_update_slices_gen.go#L9462: func (s UpdateChannelPinnedTopicsArray) First() (v UpdateChannelPinnedTopics, ok bool) {
		tl_update_slices_gen.go#L9470: func (s UpdateChannelPinnedTopicsArray) Last() (v UpdateChannelPinnedTopics, ok bool) {
		tl_update_slices_gen.go#L9478: func (s *UpdateChannelPinnedTopicsArray) PopFirst() (v UpdateChannelPinnedTopics, ok bool) {
		tl_update_slices_gen.go#L9488: 	var zero UpdateChannelPinnedTopics
		tl_update_slices_gen.go#L9497: func (s *UpdateChannelPinnedTopicsArray) Pop() (v UpdateChannelPinnedTopics, ok bool) {