type github.com/gotd/td/tg.MessageEntityFormattedDateArray
16 uses
github.com/gotd/td/tg (current package)
tl_message_entity_slices_gen.go#L393: func (s MessageEntityClassArray) AsMessageEntityFormattedDate() (to MessageEntityFormattedDateArray) {
tl_message_entity_slices_gen.go#L2167: type MessageEntityFormattedDateArray []MessageEntityFormattedDate
tl_message_entity_slices_gen.go#L2170: func (s MessageEntityFormattedDateArray) Sort(less func(a, b MessageEntityFormattedDate) bool) MessageEntityFormattedDateArray {
tl_message_entity_slices_gen.go#L2178: func (s MessageEntityFormattedDateArray) SortStable(less func(a, b MessageEntityFormattedDate) bool) MessageEntityFormattedDateArray {
tl_message_entity_slices_gen.go#L2186: func (s MessageEntityFormattedDateArray) Retain(keep func(x MessageEntityFormattedDate) bool) MessageEntityFormattedDateArray {
tl_message_entity_slices_gen.go#L2200: func (s MessageEntityFormattedDateArray) First() (v MessageEntityFormattedDate, ok bool) {
tl_message_entity_slices_gen.go#L2208: func (s MessageEntityFormattedDateArray) Last() (v MessageEntityFormattedDate, ok bool) {
tl_message_entity_slices_gen.go#L2216: func (s *MessageEntityFormattedDateArray) PopFirst() (v MessageEntityFormattedDate, ok bool) {
tl_message_entity_slices_gen.go#L2235: func (s *MessageEntityFormattedDateArray) Pop() (v MessageEntityFormattedDate, ok bool) {
tl_message_entity_slices_gen.go#L2249: func (s MessageEntityFormattedDateArray) SortByDate() MessageEntityFormattedDateArray {
tl_message_entity_slices_gen.go#L2256: func (s MessageEntityFormattedDateArray) SortStableByDate() MessageEntityFormattedDateArray {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |