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

12 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_slices_gen.go#L146: func (s DocumentAttributeClassArray) AsDocumentAttributeVideo() (to DocumentAttributeVideoArray) {
		tl_document_attribute_slices_gen.go#L362: type DocumentAttributeVideoArray []DocumentAttributeVideo
		tl_document_attribute_slices_gen.go#L365: func (s DocumentAttributeVideoArray) Sort(less func(a, b DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
		tl_document_attribute_slices_gen.go#L373: func (s DocumentAttributeVideoArray) SortStable(less func(a, b DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
		tl_document_attribute_slices_gen.go#L381: func (s DocumentAttributeVideoArray) Retain(keep func(x DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
		tl_document_attribute_slices_gen.go#L395: func (s DocumentAttributeVideoArray) First() (v DocumentAttributeVideo, ok bool) {
		tl_document_attribute_slices_gen.go#L403: func (s DocumentAttributeVideoArray) Last() (v DocumentAttributeVideo, ok bool) {
		tl_document_attribute_slices_gen.go#L411: func (s *DocumentAttributeVideoArray) PopFirst() (v DocumentAttributeVideo, ok bool) {
		tl_document_attribute_slices_gen.go#L430: func (s *DocumentAttributeVideoArray) Pop() (v DocumentAttributeVideo, ok bool) {