type github.com/gotd/td/tg.ChatParticipantAdminArray
16 uses
github.com/gotd/td/tg (current package)
tl_chat_participant_slices_gen.go#L146: func (s ChatParticipantClassArray) AsChatParticipantAdmin() (to ChatParticipantAdminArray) {
tl_chat_participant_slices_gen.go#L337: type ChatParticipantAdminArray []ChatParticipantAdmin
tl_chat_participant_slices_gen.go#L340: func (s ChatParticipantAdminArray) Sort(less func(a, b ChatParticipantAdmin) bool) ChatParticipantAdminArray {
tl_chat_participant_slices_gen.go#L348: func (s ChatParticipantAdminArray) SortStable(less func(a, b ChatParticipantAdmin) bool) ChatParticipantAdminArray {
tl_chat_participant_slices_gen.go#L356: func (s ChatParticipantAdminArray) Retain(keep func(x ChatParticipantAdmin) bool) ChatParticipantAdminArray {
tl_chat_participant_slices_gen.go#L370: func (s ChatParticipantAdminArray) First() (v ChatParticipantAdmin, ok bool) {
tl_chat_participant_slices_gen.go#L378: func (s ChatParticipantAdminArray) Last() (v ChatParticipantAdmin, ok bool) {
tl_chat_participant_slices_gen.go#L386: func (s *ChatParticipantAdminArray) PopFirst() (v ChatParticipantAdmin, ok bool) {
tl_chat_participant_slices_gen.go#L405: func (s *ChatParticipantAdminArray) Pop() (v ChatParticipantAdmin, ok bool) {
tl_chat_participant_slices_gen.go#L419: func (s ChatParticipantAdminArray) SortByDate() ChatParticipantAdminArray {
tl_chat_participant_slices_gen.go#L426: func (s ChatParticipantAdminArray) SortStableByDate() ChatParticipantAdminArray {
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. |