const github.com/gotd/td/tg.ChatParticipantsForbiddenTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participants_gen.go#L53: const ChatParticipantsForbiddenTypeID = 0x8763d3e1
		tl_chat_participants_gen.go#L110: 	return ChatParticipantsForbiddenTypeID
		tl_chat_participants_gen.go#L122: 		ID:   ChatParticipantsForbiddenTypeID,
		tl_chat_participants_gen.go#L154: 	b.PutID(ChatParticipantsForbiddenTypeID)
		tl_chat_participants_gen.go#L184: 	if err := b.ConsumeID(ChatParticipantsForbiddenTypeID); err != nil {
		tl_chat_participants_gen.go#L515: 	case ChatParticipantsForbiddenTypeID:
		tl_registry_gen.go#L126: 		ChatParticipantsForbiddenTypeID:                          "chatParticipantsForbidden#8763d3e1",
		tl_registry_gen.go#L1908: 		"chatParticipantsForbidden":                          ChatParticipantsForbiddenTypeID,
		tl_registry_gen.go#L3690: 		ChatParticipantsForbiddenTypeID:                          func() bin.Object { return &ChatParticipantsForbidden{} },
		tl_registry_gen.go#L5600: 			ChatParticipantsForbiddenTypeID,