type github.com/gotd/td/tg.MessageEmptyArray
18 uses
github.com/gotd/td/tg (current package)
tl_message_slices_gen.go#L152: func (s MessageClassArray) AsMessageEmpty() (to MessageEmptyArray) {
tl_message_slices_gen.go#L300: type MessageEmptyArray []MessageEmpty
tl_message_slices_gen.go#L303: func (s MessageEmptyArray) Sort(less func(a, b MessageEmpty) bool) MessageEmptyArray {
tl_message_slices_gen.go#L311: func (s MessageEmptyArray) SortStable(less func(a, b MessageEmpty) bool) MessageEmptyArray {
tl_message_slices_gen.go#L319: func (s MessageEmptyArray) Retain(keep func(x MessageEmpty) bool) MessageEmptyArray {
tl_message_slices_gen.go#L333: func (s MessageEmptyArray) First() (v MessageEmpty, ok bool) {
tl_message_slices_gen.go#L341: func (s MessageEmptyArray) Last() (v MessageEmpty, ok bool) {
tl_message_slices_gen.go#L349: func (s *MessageEmptyArray) PopFirst() (v MessageEmpty, ok bool) {
tl_message_slices_gen.go#L368: func (s *MessageEmptyArray) Pop() (v MessageEmpty, ok bool) {
tl_message_slices_gen.go#L382: func (s MessageEmptyArray) SortByID() MessageEmptyArray {
tl_message_slices_gen.go#L389: func (s MessageEmptyArray) SortStableByID() MessageEmptyArray {
tl_message_slices_gen.go#L396: func (s MessageEmptyArray) FillMap(to map[int]MessageEmpty) {
tl_message_slices_gen.go#L403: func (s MessageEmptyArray) ToMap() map[int]MessageEmpty {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |