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

12 uses

	github.com/gotd/td/tg (current package)
		tl_notify_peer_slices_gen.go#L133: func (s NotifyPeerClassArray) AsNotifyForumTopic() (to NotifyForumTopicArray) {
		tl_notify_peer_slices_gen.go#L228: type NotifyForumTopicArray []NotifyForumTopic
		tl_notify_peer_slices_gen.go#L231: func (s NotifyForumTopicArray) Sort(less func(a, b NotifyForumTopic) bool) NotifyForumTopicArray {
		tl_notify_peer_slices_gen.go#L239: func (s NotifyForumTopicArray) SortStable(less func(a, b NotifyForumTopic) bool) NotifyForumTopicArray {
		tl_notify_peer_slices_gen.go#L247: func (s NotifyForumTopicArray) Retain(keep func(x NotifyForumTopic) bool) NotifyForumTopicArray {
		tl_notify_peer_slices_gen.go#L261: func (s NotifyForumTopicArray) First() (v NotifyForumTopic, ok bool) {
		tl_notify_peer_slices_gen.go#L269: func (s NotifyForumTopicArray) Last() (v NotifyForumTopic, ok bool) {
		tl_notify_peer_slices_gen.go#L277: func (s *NotifyForumTopicArray) PopFirst() (v NotifyForumTopic, ok bool) {
		tl_notify_peer_slices_gen.go#L296: func (s *NotifyForumTopicArray) Pop() (v NotifyForumTopic, ok bool) {