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

40 uses

	github.com/gotd/td/tg (current package)
		tl_forum_topic_gen.go#L38: type ForumTopicDeleted struct {
		tl_forum_topic_gen.go#L47: func (f ForumTopicDeleted) construct() ForumTopicClass { return &f }
		tl_forum_topic_gen.go#L51: 	_ bin.Encoder     = &ForumTopicDeleted{}
		tl_forum_topic_gen.go#L52: 	_ bin.Decoder     = &ForumTopicDeleted{}
		tl_forum_topic_gen.go#L53: 	_ bin.BareEncoder = &ForumTopicDeleted{}
		tl_forum_topic_gen.go#L54: 	_ bin.BareDecoder = &ForumTopicDeleted{}
		tl_forum_topic_gen.go#L56: 	_ ForumTopicClass = &ForumTopicDeleted{}
		tl_forum_topic_gen.go#L59: func (f *ForumTopicDeleted) Zero() bool {
		tl_forum_topic_gen.go#L71: func (f *ForumTopicDeleted) String() string {
		tl_forum_topic_gen.go#L75: 	type Alias ForumTopicDeleted
		tl_forum_topic_gen.go#L80: func (f *ForumTopicDeleted) FillFrom(from interface {
		tl_forum_topic_gen.go#L89: func (*ForumTopicDeleted) TypeID() uint32 {
		tl_forum_topic_gen.go#L94: func (*ForumTopicDeleted) TypeName() string {
		tl_forum_topic_gen.go#L99: func (f *ForumTopicDeleted) TypeInfo() tdp.Type {
		tl_forum_topic_gen.go#L118: func (f *ForumTopicDeleted) Encode(b *bin.Buffer) error {
		tl_forum_topic_gen.go#L127: func (f *ForumTopicDeleted) EncodeBare(b *bin.Buffer) error {
		tl_forum_topic_gen.go#L136: func (f *ForumTopicDeleted) Decode(b *bin.Buffer) error {
		tl_forum_topic_gen.go#L147: func (f *ForumTopicDeleted) DecodeBare(b *bin.Buffer) error {
		tl_forum_topic_gen.go#L162: func (f *ForumTopicDeleted) GetID() (value int) {
		tl_forum_topic_gen.go#L977: 		v := ForumTopicDeleted{}
		tl_forum_topic_slices_gen.go#L134: func (s ForumTopicClassArray) FillForumTopicDeletedMap(to map[int]*ForumTopicDeleted) {
		tl_forum_topic_slices_gen.go#L136: 		value, ok := elem.(*ForumTopicDeleted)
		tl_forum_topic_slices_gen.go#L145: func (s ForumTopicClassArray) ForumTopicDeletedToMap() map[int]*ForumTopicDeleted {
		tl_forum_topic_slices_gen.go#L146: 	r := make(map[int]*ForumTopicDeleted, len(s))
		tl_forum_topic_slices_gen.go#L154: 		value, ok := elem.(*ForumTopicDeleted)
		tl_forum_topic_slices_gen.go#L196: type ForumTopicDeletedArray []ForumTopicDeleted
		tl_forum_topic_slices_gen.go#L199: func (s ForumTopicDeletedArray) Sort(less func(a, b ForumTopicDeleted) bool) ForumTopicDeletedArray {
		tl_forum_topic_slices_gen.go#L207: func (s ForumTopicDeletedArray) SortStable(less func(a, b ForumTopicDeleted) bool) ForumTopicDeletedArray {
		tl_forum_topic_slices_gen.go#L215: func (s ForumTopicDeletedArray) Retain(keep func(x ForumTopicDeleted) bool) ForumTopicDeletedArray {
		tl_forum_topic_slices_gen.go#L229: func (s ForumTopicDeletedArray) First() (v ForumTopicDeleted, ok bool) {
		tl_forum_topic_slices_gen.go#L237: func (s ForumTopicDeletedArray) Last() (v ForumTopicDeleted, ok bool) {
		tl_forum_topic_slices_gen.go#L245: func (s *ForumTopicDeletedArray) PopFirst() (v ForumTopicDeleted, ok bool) {
		tl_forum_topic_slices_gen.go#L255: 	var zero ForumTopicDeleted
		tl_forum_topic_slices_gen.go#L264: func (s *ForumTopicDeletedArray) Pop() (v ForumTopicDeleted, ok bool) {
		tl_forum_topic_slices_gen.go#L279: 	return s.Sort(func(a, b ForumTopicDeleted) bool {
		tl_forum_topic_slices_gen.go#L286: 	return s.SortStable(func(a, b ForumTopicDeleted) bool {
		tl_forum_topic_slices_gen.go#L292: func (s ForumTopicDeletedArray) FillMap(to map[int]ForumTopicDeleted) {
		tl_forum_topic_slices_gen.go#L299: func (s ForumTopicDeletedArray) ToMap() map[int]ForumTopicDeleted {
		tl_forum_topic_slices_gen.go#L300: 	r := make(map[int]ForumTopicDeleted, len(s))
		tl_registry_gen.go#L4711: 		ForumTopicDeletedTypeID:                                                 func() bin.Object { return &ForumTopicDeleted{} },