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

18 uses

	github.com/gotd/td/tg (current package)
		tl_input_ai_compose_tone_slices_gen.go#L133: func (s InputAiComposeToneClassArray) AsInputAiComposeToneID() (to InputAiComposeToneIDArray) {
		tl_input_ai_compose_tone_slices_gen.go#L254: type InputAiComposeToneIDArray []InputAiComposeToneID
		tl_input_ai_compose_tone_slices_gen.go#L257: func (s InputAiComposeToneIDArray) Sort(less func(a, b InputAiComposeToneID) bool) InputAiComposeToneIDArray {
		tl_input_ai_compose_tone_slices_gen.go#L265: func (s InputAiComposeToneIDArray) SortStable(less func(a, b InputAiComposeToneID) bool) InputAiComposeToneIDArray {
		tl_input_ai_compose_tone_slices_gen.go#L273: func (s InputAiComposeToneIDArray) Retain(keep func(x InputAiComposeToneID) bool) InputAiComposeToneIDArray {
		tl_input_ai_compose_tone_slices_gen.go#L287: func (s InputAiComposeToneIDArray) First() (v InputAiComposeToneID, ok bool) {
		tl_input_ai_compose_tone_slices_gen.go#L295: func (s InputAiComposeToneIDArray) Last() (v InputAiComposeToneID, ok bool) {
		tl_input_ai_compose_tone_slices_gen.go#L303: func (s *InputAiComposeToneIDArray) PopFirst() (v InputAiComposeToneID, ok bool) {
		tl_input_ai_compose_tone_slices_gen.go#L322: func (s *InputAiComposeToneIDArray) Pop() (v InputAiComposeToneID, ok bool) {
		tl_input_ai_compose_tone_slices_gen.go#L336: func (s InputAiComposeToneIDArray) SortByID() InputAiComposeToneIDArray {
		tl_input_ai_compose_tone_slices_gen.go#L343: func (s InputAiComposeToneIDArray) SortStableByID() InputAiComposeToneIDArray {
		tl_input_ai_compose_tone_slices_gen.go#L350: func (s InputAiComposeToneIDArray) FillMap(to map[int64]InputAiComposeToneID) {
		tl_input_ai_compose_tone_slices_gen.go#L357: func (s InputAiComposeToneIDArray) ToMap() map[int64]InputAiComposeToneID {